Skip to content
This repository has been archived by the owner on Aug 19, 2024. It is now read-only.

Commit

Permalink
Don't docker push image manifest (heroku#253)
Browse files Browse the repository at this point in the history
  • Loading branch information
joshwlewis authored Mar 4, 2024
1 parent 80cb879 commit dc7eac7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/publish-to-registries.sh
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,11 @@ push_group() {
if (( STACK_VERSION < 24 )); then
# Re-tag amd64-only images
docker tag "${source}" "${target}"
docker push "${target}"
else
# Make a carbon copy image index for multi-arch images
docker buildx imagetools create -t "${target}" "${source}"
fi
docker push "${target}"
done
}

Expand Down

0 comments on commit dc7eac7

Please sign in to comment.