Skip to content

Commit

Permalink
fix: login to dockerhub before 'docker compose' (#5440)
Browse files Browse the repository at this point in the history
This was causing rate limit errors
  • Loading branch information
ludamad authored Mar 25, 2024
1 parent c9113ec commit 4f7696b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion build-system/scripts/cond_run_compose
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,9 @@ SUCCESS_TAG=$BASE_TAG-$JOB_NAME
echo "Success tag: $SUCCESS_TAG"

if ! check_rebuild $SUCCESS_TAG $REPOSITORY; then
# Login to pull our ecr images with docker.
# Login to pull our images from ecr or dockerhub.
retry ecr_login
retry dockerhub_login

# For each dependency and self, pull in the latest image and give it correct tag.
for REPO in $(query_manifest runDependencies $REPOSITORY $JOB_NAME); do
Expand Down

0 comments on commit 4f7696b

Please sign in to comment.