Skip to content

Commit 949de36

Browse files
authored
Merge pull request #11 from cloudstruct/fix/no-tag-latest
fix: do not tag container images with latest
2 parents 23ba9da + c665c47 commit 949de36

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/publish.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,8 @@ jobs:
9696
uses: docker/metadata-action@v3
9797
with:
9898
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
99+
flavor: |
100+
latest=false
99101
tags: |
100102
type=ref,event=branch
101103
type=ref,event=tag

0 commit comments

Comments
 (0)