Skip to content

Commit 35b5c85

Browse files
committed
ci: disable latest tagging in metadata-action
Signed-off-by: Evan Wies <evan@neomantra.net>
1 parent 76744ee commit 35b5c85

2 files changed

Lines changed: 6 additions & 0 deletions

File tree

.github/workflows/docker-publish.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -289,6 +289,8 @@ jobs:
289289
with:
290290
images: |
291291
${{ env.GHCR_IMAGE }}
292+
flavor: |
293+
latest=false
292294
tags: |
293295
type=raw,value=${{ matrix.flavor }}-${{ matrix.arch }},enable=${{ github.ref == 'refs/heads/master' }}
294296
type=ref,event=tag,suffix=-${{ matrix.flavor }}-${{ matrix.arch }}
@@ -428,6 +430,8 @@ jobs:
428430
with:
429431
images: |
430432
${{ env.GHCR_IMAGE }}
433+
flavor: |
434+
latest=false
431435
tags: |
432436
type=raw,value=${{ matrix.flavor }}-${{ matrix.arch }},enable=${{ github.ref == 'refs/heads/master' }}
433437
type=ref,event=tag,suffix=-${{ matrix.flavor }}-${{ matrix.arch }}

tests/e2e/local-test.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,8 @@ jobs:
3838
uses: docker/metadata-action@v5
3939
with:
4040
images: ${{ env.GHCR_IMAGE }}
41+
flavor: |
42+
latest=false
4143
tags: |
4244
type=raw,value=${{ matrix.flavor }}-${{ matrix.arch }}
4345

0 commit comments

Comments
 (0)