Skip to content

Commit

Permalink
Add AWS ECR error message for tag Immutability
Browse files Browse the repository at this point in the history
  • Loading branch information
jaugustin committed Mar 6, 2024
1 parent d7f7bc1 commit ce11c49
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 ce11c49

Please sign in to comment.