Skip to content

Commit

Permalink
fix(build-system): Login to dockerhub (#4716)
Browse files Browse the repository at this point in the history
This regressed in
#2353 (Charlie's PR
but mea culpa)
  • Loading branch information
ludamad authored Feb 22, 2024
1 parent 3dd3c46 commit 5eb0c57
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions build-system/scripts/build
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,8 @@ function try_fetch_image() {

# Login to ECR and ensure repository exists.
retry ensure_repo $REPOSITORY $ECR_REGION refresh_lifecycle
# Login to dockerhub.
retry dockerhub_login

CONTENT_HASH=$(calculate_content_hash $REPOSITORY)
echo "Content hash: $CONTENT_HASH"
Expand Down

0 comments on commit 5eb0c57

Please sign in to comment.