Skip to content

Commit 57a7f27

Browse files
committed
disable latest tag
Signed-off-by: Brian L. Troutwine <brian.troutwine@datadoghq.com>
1 parent 83f9b76 commit 57a7f27

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/container.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ jobs:
4545
images: ghcr.io/datadog/lading
4646
flavor: |
4747
suffix=-${{ matrix.arch }}
48+
latest=false
4849
tags: |
4950
type=semver,pattern={{version}},event=tag
5051
type=sha,format=long
@@ -99,6 +100,7 @@ jobs:
99100
images: ghcr.io/datadog/lading
100101
flavor: |
101102
suffix=-${{ matrix.arch }}
103+
latest=false
102104
tags: |
103105
type=semver,pattern={{version}},event=tag
104106
type=sha,format=long
@@ -175,6 +177,8 @@ jobs:
175177
id: meta
176178
with:
177179
images: ${{ steps.registry.outputs.url }}/${{ matrix.image_name }}
180+
flavor: |
181+
latest=false
178182
tags: |
179183
type=semver,pattern={{version}},event=tag
180184
type=sha,format=long

0 commit comments

Comments
 (0)