mirror of
https://github.com/navidrome/navidrome.git
synced 2025-04-04 04:57:37 +03:00
fix: PRs should not try to push to docker (#3393)
This commit is contained in:
parent
214287e00d
commit
ae6499b941
2 changed files with 2 additions and 2 deletions
|
@ -11,6 +11,6 @@ navidrome
|
||||||
navidrome.toml
|
navidrome.toml
|
||||||
tmp
|
tmp
|
||||||
!tmp/taglib
|
!tmp/taglib
|
||||||
dist
|
dist/*
|
||||||
cache
|
cache
|
||||||
music
|
music
|
2
.github/workflows/pipeline.yml
vendored
2
.github/workflows/pipeline.yml
vendored
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue