Skip to content

Commit

Permalink
Merge pull request #605 from rust-lang/fix-crater-docker-login
Browse files Browse the repository at this point in the history
fix(crater): docker login
  • Loading branch information
MarcoIeni authored Oct 8, 2024
2 parents 3da5d25 + 964f6a6 commit 968b26e
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)

aws ecr get-login-password --region us-west-1 | docker login --username AWS --password-stdin
aws ecr get-login-password --region us-west-1 | docker login --username AWS --password-stdin ${docker_url}

docker pull ${docker_url}

Expand Down

0 comments on commit 968b26e

Please sign in to comment.