Compare commits

..

1 Commits

Author SHA1 Message Date
Shubham Agrawal ed8ef9156e Add v1.9.1 kaniko image support 2022-12-02 15:38:38 +05:30
+1 -1
View File
@@ -469,7 +469,7 @@ func getAssumeRoleCreds(region, roleArn, externalId, roleSessionName string) (st
username, password, registry, err := getAuthInfo(svc)
if err != nil {
return "", "", "", errors.Wrap(err, "failed to get ECR auth: no basic auth credentials")
return "", "", "", errors.Wrap(err, "failed to get ECR auth")
}
return username, password, registry, nil
}