You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: Use ECR API to tag platform images instead of docker buildx ima… (#1377)
…getools
*Issue #, if available:*
*Description of changes:*
1. Removes the two single-platform build/push steps
2. Keeps the single multi-arch docker/build-push-action push to both
private and public ECR
3. Adds a new step that uses aws ecr batch-get-image + aws ecr put-image
to tag the platform digests inside the manifest index with
v$VERSION-amd64 / v$VERSION-arm64, and tags attestation manifests
(architecture=unknown) with their sha hex
By submitting this pull request, I confirm that my contribution is made
under the terms of the Apache 2.0 license.
0 commit comments