Skip to content

Commit 3f9ea3d

Browse files
committed
ci: give pull request images another image tag besides the commit-hash
1 parent 68a251f commit 3f9ea3d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ jobs:
167167
with:
168168
images: ${{ env.DOCKER_IMAGE_NAME }}
169169
tags: |
170-
type=ref,event=branch
170+
type=ref,event=pr
171171
type=raw,value=latest,enable=${{ github.ref == 'refs/heads/main' }}
172172
type=raw,value=commit-${{ env.HEAD_SHA }}
173173
type=semver,value=${{ env.SILO_VERSION }},enable=${{ env.SILO_VERSION != '' }},pattern={{version}}

0 commit comments

Comments
 (0)