Skip to content

Commit 82e0e61

Browse files
committed
account
1 parent 6c17c47 commit 82e0e61

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/org/ods/services/EKSService.groovy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ class EKSService {
5050
}
5151

5252
protected String getECRRegistry() {
53-
return "${awsEnvironmentVars.accountId}.dkr.ecr.${awsEnvironmentVars.region}.amazonaws.com"
53+
return "${awsEnvironmentVars.account}.dkr.ecr.${awsEnvironmentVars.region}.amazonaws.com"
5454
}
5555

5656
protected boolean existRepository(String repositoryName) {

0 commit comments

Comments
 (0)