Skip to content

Commit

Permalink
use multi-arch all
Browse files Browse the repository at this point in the history
  • Loading branch information
Sophie Wigmore committed Mar 27, 2024
1 parent c7fe698 commit 261e09c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/push-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
pack builder create "${DOCKERHUB_ORG}/${registry_repo}:latest" --config builder.toml --publish
echo "${PAKETO_BUILDPACKS_DOCKERHUB_PASSWORD}" | sudo skopeo login --username "${PAKETO_BUILDPACKS_DOCKERHUB_USERNAME}" --password-stdin index.docker.io
skopeo copy "docker://${DOCKERHUB_ORG}/${registry_repo}:latest" "docker://${DOCKERHUB_ORG}/${registry_repo}:${{ steps.event.outputs.tag }}"
skopeo copy --multi-arch all "docker://${DOCKERHUB_ORG}/${registry_repo}:latest" "docker://${DOCKERHUB_ORG}/${registry_repo}:${{ steps.event.outputs.tag }}"
failure:
name: Alert on Failure
Expand Down

0 comments on commit 261e09c

Please sign in to comment.