We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 83f9b76 commit 57a7f27Copy full SHA for 57a7f27
.github/workflows/container.yml
@@ -45,6 +45,7 @@ jobs:
45
images: ghcr.io/datadog/lading
46
flavor: |
47
suffix=-${{ matrix.arch }}
48
+ latest=false
49
tags: |
50
type=semver,pattern={{version}},event=tag
51
type=sha,format=long
@@ -99,6 +100,7 @@ jobs:
99
100
101
102
103
104
105
106
@@ -175,6 +177,8 @@ jobs:
175
177
id: meta
176
178
with:
179
images: ${{ steps.registry.outputs.url }}/${{ matrix.image_name }}
180
+ flavor: |
181
182
183
184
0 commit comments