Skip to content

Commit 5db2c43

Browse files
authored
Add explicit tags to build actions
1 parent 305c1f0 commit 5db2c43

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/build_containers.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@ jobs:
6363
amd64_tag=${{ matrix.base.amdtag }}
6464
file: Dockerfile
6565
platforms: linux/amd64
66+
tags: ${{ steps.meta.outputs.tags }}
6667
labels: ${{ steps.meta.outputs.labels }}
6768
outputs: type=image,name=${{ steps.meta.outputs.images }},push-by-digest=true,name-canonical=true,push=true
6869

@@ -129,6 +130,7 @@ jobs:
129130
arm64_tag=${{ matrix.base.armtag }}
130131
file: Dockerfile
131132
platforms: linux/arm64
133+
tags: ${{ steps.meta.outputs.tags }}
132134
labels: ${{ steps.meta.outputs.labels }}
133135
outputs: type=image,name=${{ steps.meta.outputs.images }},push-by-digest=true,name-canonical=true,push=true
134136

0 commit comments

Comments
 (0)