fix: PRs should not try to push to docker (#3393)

This commit is contained in:
Deluan Quintão
2024-10-15 18:28:27 -04:00
committed by GitHub
parent 214287e00d
commit ae6499b941
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -11,6 +11,6 @@ navidrome
navidrome.toml navidrome.toml
tmp tmp
!tmp/taglib !tmp/taglib
dist dist/*
cache cache
music music
+1 -1
View File
@@ -248,7 +248,7 @@ jobs:
steps: steps:
- name: Check if Docker push is configured - name: Check if Docker push is configured
id: check id: check
run: echo "is_enabled=${{ vars.DOCKER_HUB_REPO != '' }}" >> $GITHUB_OUTPUT run: echo "is_enabled=${{ secrets.DOCKER_HUB_USERNAME != '' }}" >> $GITHUB_OUTPUT
push-manifest: push-manifest:
name: Push Docker manifest name: Push Docker manifest