diff --git a/.dockerignore b/.dockerignore index 847680dff..054044784 100644 --- a/.dockerignore +++ b/.dockerignore @@ -11,6 +11,6 @@ navidrome navidrome.toml tmp !tmp/taglib -dist +dist/* cache music \ No newline at end of file diff --git a/.github/workflows/pipeline.yml b/.github/workflows/pipeline.yml index 65b512e80..6bb36e7a2 100644 --- a/.github/workflows/pipeline.yml +++ b/.github/workflows/pipeline.yml @@ -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