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
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View file

@ -11,6 +11,6 @@ navidrome
navidrome.toml navidrome.toml
tmp tmp
!tmp/taglib !tmp/taglib
dist dist/*
cache cache
music music

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