Skip to content
Snippets Groups Projects

Python Addition

Merged SAM CARPENTER requested to merge SAM.CARPENTER-master-patch-52953 into master
+ 1
1
@@ -11,7 +11,7 @@ before_script:
- apk update && apk add groff less
- apk add aws-cli
- docker login -u $CI_REGISTRY_USER -p $CI_REGISTRY_PASSWORD $CI_REGISTRY
- aws ecr get-login-password --region region | docker login --username AWS --password-stdin ${ECR_LOGIN_REGISTRY}
- aws ecr get-login-password --region us-east-1 | docker login --username AWS --password-stdin ${ECR_LOGIN_REGISTRY}
after_script:
- docker logout "$AWS_ACCOUNT_ID".dkr.ecr.us-east-1.amazonaws.com
Loading