Skip to content

Commit

Permalink
Merge pull request #604 from rust-lang/fix-ecr-login
Browse files Browse the repository at this point in the history
fix: ecr login
  • Loading branch information
MarcoIeni authored Oct 8, 2024
2 parents a82158c + f42e420 commit 3da5d25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion terraform/crater/startup-script.sh
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ AGENT_TOKEN=$(aws --region us-west-1 \
--name /prod/ansible/crater-gcp-2/crater-token \
--with-decryption)

eval $(aws ecr get-login --no-include-email --region us-west-1)
aws ecr get-login-password --region us-west-1 | docker login --username AWS --password-stdin

docker pull ${docker_url}

Expand Down

0 comments on commit 3da5d25

Please sign in to comment.