We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 59a2223 commit 3943e8bCopy full SHA for 3943e8b
1 file changed
.github/workflows/container.yml
@@ -43,6 +43,8 @@ jobs:
43
id: meta
44
with:
45
images: ghcr.io/datadog/lading
46
+ flavor: |
47
+ suffix=-${{ matrix.arch }}
48
tags: |
49
type=semver,pattern={{version}},event=tag
50
type=sha,format=long
@@ -51,7 +53,7 @@ jobs:
51
53
uses: docker/build-push-action@263435318d21b8e681c14492fe198d362a7d2c83 # v6.18.0
52
54
55
file: Dockerfile
- tags: ${{ steps.meta.outputs.tags }}-${{ matrix.arch }}
56
+ tags: ${{ steps.meta.outputs.tags }}
57
push: true
58
labels: ${{ steps.meta.outputs.labels }}
59
cache-from: type=registry,ref=ghcr.io/datadog/lading:cache
@@ -95,6 +97,8 @@ jobs:
95
97
96
98
99
100
101
102
103
104
0 commit comments