Skip to content

Commit 3943e8b

Browse files
committed
adjust arch tags in container build
Signed-off-by: Brian L. Troutwine <brian.troutwine@datadoghq.com>
1 parent 59a2223 commit 3943e8b

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

.github/workflows/container.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,8 @@ jobs:
4343
id: meta
4444
with:
4545
images: ghcr.io/datadog/lading
46+
flavor: |
47+
suffix=-${{ matrix.arch }}
4648
tags: |
4749
type=semver,pattern={{version}},event=tag
4850
type=sha,format=long
@@ -51,7 +53,7 @@ jobs:
5153
uses: docker/build-push-action@263435318d21b8e681c14492fe198d362a7d2c83 # v6.18.0
5254
with:
5355
file: Dockerfile
54-
tags: ${{ steps.meta.outputs.tags }}-${{ matrix.arch }}
56+
tags: ${{ steps.meta.outputs.tags }}
5557
push: true
5658
labels: ${{ steps.meta.outputs.labels }}
5759
cache-from: type=registry,ref=ghcr.io/datadog/lading:cache
@@ -95,6 +97,8 @@ jobs:
9597
id: meta
9698
with:
9799
images: ghcr.io/datadog/lading
100+
flavor: |
101+
suffix=-${{ matrix.arch }}
98102
tags: |
99103
type=semver,pattern={{version}},event=tag
100104
type=sha,format=long

0 commit comments

Comments
 (0)