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

View File

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

View File

@@ -248,7 +248,7 @@ jobs:
steps:
- name: Check if Docker push is configured
id: check
run: echo "is_enabled=${{ vars.DOCKER_HUB_REPO != '' }}" >> $GITHUB_OUTPUT
run: echo "is_enabled=${{ secrets.DOCKER_HUB_USERNAME != '' }}" >> $GITHUB_OUTPUT
push-manifest:
name: Push Docker manifest