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
{{ message }}
This repository was archived by the owner on Mar 11, 2023. It is now read-only.
If the same image is pushed to multiple repos, each repo may compute a
different digest (seriously). So, search through the list and find the
one that matches, and use *that* as the repo digest. This typically
comes up when creating a repo (e.g. an ECR repo) in the same Pulumi
program as pushing to it, and then `pulumi destroy && pulumi up` without
changing the Docker image will result in a local Docker image that has
repo digest for both the old deleted repo and the new repo.
0 commit comments