Skip to content

Commit

Permalink
Merge branch 'prebuild-docker-images' into 'main'
Browse files Browse the repository at this point in the history
Login at Docker Hub

See merge request reportcreator/reportcreator!681
  • Loading branch information
aronmolnar committed Aug 29, 2024
2 parents 2d486a2 + 5099d18 commit 9fdc2e8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ services:
.depends_docker:
before_script:
- i=0; while [ "$i" -lt 12 ]; do docker info && break; sleep 5; i=$(( i + 1 )) ; done
- docker login -u $DOCKER_USERNAME -p $DOCKER_PASSWORD
- docker login -u $CI_REGISTRY_USER -p $CI_REGISTRY_PASSWORD registry.internal.syslifters.com
- export DOCKER_BUILDKIT=1
- docker buildx create --use
Expand Down

0 comments on commit 9fdc2e8

Please sign in to comment.