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): login to both registries before build, push both tags in one step
imagetools create failed because AWS env vars were pointing at the public ECR
role when it tried to pull from private ECR. Fix by authenticating to both
registries upfront (docker login creds persist in config.json regardless of
AWS env var changes), then pass both --tag flags to the single buildx build
so private and public ECR are written in one push.
0 commit comments