Skip to content

Commit 7dfca74

Browse files
committed
fix: disable latest tag everywhere on publish
Signed-off-by: Chris Gianelloni <[email protected]>
1 parent 81fc0a6 commit 7dfca74

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/publish.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,8 @@ jobs:
3131
uses: docker/metadata-action@v3
3232
with:
3333
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
34+
flavor: |
35+
latest=false
3436
tags: |
3537
type=schedule,suffix=-amd64
3638
type=ref,event=branch,suffix=-amd64
@@ -63,6 +65,8 @@ jobs:
6365
uses: docker/metadata-action@v3
6466
with:
6567
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
68+
flavor: |
69+
latest=false
6670
tags: |
6771
type=schedule,suffix=-arm64v8
6872
type=ref,event=branch,suffix=-arm64v8

0 commit comments

Comments
 (0)