Skip to content

Commit

Permalink
Don't docker push image manifest
Browse files Browse the repository at this point in the history
  • Loading branch information
joshwlewis committed Mar 4, 2024
1 parent 80cb879 commit cf7a98c
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 cf7a98c

Please sign in to comment.