Skip to content

Commit

Permalink
fix: Fix multi-arch build
Browse files Browse the repository at this point in the history
  • Loading branch information
jimisola committed Feb 29, 2024
1 parent 11c48d3 commit a52b953
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-containers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ jobs:
working-directory: /tmp/digests
run: |
echo $DOCKER_METADATA_OUTPUT_JSON
echo $DOCKER_METADATA_OUTPUT_JSON|jq -cr '.tags | map("-t " + .
echo $DOCKER_METADATA_OUTPUT_JSON|jq -cr '.tags | map("-t " + .)
docker buildx imagetools create $(jq -cr '.tags | map("-t " + .) | join(" ")' <<< "$DOCKER_METADATA_OUTPUT_JSON") \
$(printf '${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}@sha256:%s ' *)
Expand Down

0 comments on commit a52b953

Please sign in to comment.