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
fix(ci): separate private build and public ECR copy steps
buildx --push with two --tag flags fails with 403 on public ECR because
the buildx container builder does not share the host docker config where
public ECR login is stored. Fix: push to private ECR only during build,
then use imagetools create to copy the manifest to public ECR after
authenticating with the public ECR role.
0 commit comments