Skip to content

Commit

Permalink
dockerifle
Browse files Browse the repository at this point in the history
  • Loading branch information
legleux committed Dec 10, 2024
1 parent 55a1955 commit 957fcab
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,10 @@ jobs:
set -x
IMAGE_TAG=${{ needs.build_image.outputs.image }}
git_sha=${{ needs.build_image.outputs.git_sha }}
echo "git_sha: $git_sha"
# docker buildx imagetools create --tag ${IMAGE_TAG} \
# ${IMAGE_TAG}-amd64 \
# ${IMAGE_TAG}-arm64
docker buildx imagetools create --tag ${IMAGE_TAG} \
${IMAGE_TAG}-amd64 \
${IMAGE_TAG}-arm64
${IMAGE_TAG}-amd64

0 comments on commit 957fcab

Please sign in to comment.