mirror of
https://github.com/navidrome/navidrome.git
synced 2026-05-03 06:51:16 +00:00
Fix docker publishing for PRs
This commit is contained in:
parent
697bba5aa4
commit
b751f9d34c
2
.github/workflows/pipeline.yml
vendored
2
.github/workflows/pipeline.yml
vendored
@ -183,7 +183,7 @@ jobs:
|
|||||||
labels: |
|
labels: |
|
||||||
maintainer=deluan
|
maintainer=deluan
|
||||||
images: |
|
images: |
|
||||||
name=${{secrets.DOCKER_IMAGE}}
|
name=${{secrets.DOCKER_IMAGE}},enable=${{ env.DOCKER_IMAGE != '' }}
|
||||||
name=ghcr.io/${{ github.repository }}
|
name=ghcr.io/${{ github.repository }}
|
||||||
tags: |
|
tags: |
|
||||||
type=ref,event=pr
|
type=ref,event=pr
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user