Skip to content

Commit

Permalink
Add explicit tags to build actions
Browse files Browse the repository at this point in the history
  • Loading branch information
almahmoud authored Dec 19, 2024
1 parent 305c1f0 commit 5db2c43
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build_containers.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ jobs:
amd64_tag=${{ matrix.base.amdtag }}
file: Dockerfile
platforms: linux/amd64
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
outputs: type=image,name=${{ steps.meta.outputs.images }},push-by-digest=true,name-canonical=true,push=true

Expand Down Expand Up @@ -129,6 +130,7 @@ jobs:
arm64_tag=${{ matrix.base.armtag }}
file: Dockerfile
platforms: linux/arm64
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
outputs: type=image,name=${{ steps.meta.outputs.images }},push-by-digest=true,name-canonical=true,push=true

Expand Down

0 comments on commit 5db2c43

Please sign in to comment.