Skip to content

Commit

Permalink
Fix docker publishing for PRs
Browse files Browse the repository at this point in the history
  • Loading branch information
deluan committed May 18, 2024
1 parent 5d41165 commit 15c9a0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ jobs:
labels: |
maintainer=deluan
images: |
name=${{secrets.DOCKER_IMAGE}}
name=${{secrets.DOCKER_IMAGE}},enable=${{ env.DOCKER_IMAGE != '' }}
name=ghcr.io/${{ github.repository }}
tags: |
type=ref,event=pr
Expand Down

0 comments on commit 15c9a0d

Please sign in to comment.