We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 01e4756 commit 37dc577Copy full SHA for 37dc577
dataops/aws/aws_setup_template.yml
@@ -9,8 +9,7 @@ variables:
9
- chmod 600 ${HOME}/.passwd-s3fs
10
11
.docker_setup: &docker_setup
12
- - encrypted_token=$(aws ecr get-login-password --region $AWS_REGION)
13
- - aws ecr --region $AWS_REGION | docker login -u AWS -p $encrypted_token $DOCKER_REGISTRY
+ - aws ecr get-login-password --region $AWS_REGION | docker login --username AWS --password-stdin $DOCKER_REGISTRY
14
15
.dev_setup:
16
before_script:
0 commit comments