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 6c17c47 commit 82e0e61Copy full SHA for 82e0e61
src/org/ods/services/EKSService.groovy
@@ -50,7 +50,7 @@ class EKSService {
50
}
51
52
protected String getECRRegistry() {
53
- return "${awsEnvironmentVars.accountId}.dkr.ecr.${awsEnvironmentVars.region}.amazonaws.com"
+ return "${awsEnvironmentVars.account}.dkr.ecr.${awsEnvironmentVars.region}.amazonaws.com"
54
55
56
protected boolean existRepository(String repositoryName) {
0 commit comments