Skip to content

Commit

Permalink
Add AWS ECR error message for tag Immutability (#3045)
Browse files Browse the repository at this point in the history
  • Loading branch information
jaugustin authored Mar 19, 2024
1 parent 8a8323a commit 8148159
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pkg/executor/push.go
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,8 @@ var (
errTagImmutable = []string{
// https://cloud.google.com/artifact-registry/docs/docker/troubleshoot#push
"The repository has enabled tag immutability",
// https://docs.aws.amazon.com/AmazonECR/latest/userguide/image-tag-mutability.html
"cannot be overwritten because the repository is immutable",
}
)

Expand Down

0 comments on commit 8148159

Please sign in to comment.