We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b29e04c commit 31274f9Copy full SHA for 31274f9
test/e2e/shared/aws.go
@@ -716,6 +716,9 @@ func ensureTestImageUploaded(e2eCtx *E2EContext) error {
716
if err := wait.WaitForWithRetryable(wait.NewBackoff(), func() (bool, error) {
717
output, err := ecrSvc.CreateRepository(&ecrpublic.CreateRepositoryInput{
718
RepositoryName: aws.String("capa/update"),
719
+ CatalogData: &ecrpublic.RepositoryCatalogDataInput{
720
+ AboutText: aws.String("Created by cluster-api-provider-aws/test/e2e/shared/aws.go for E2E tests"),
721
+ },
722
})
723
724
if err != nil {
0 commit comments