Update .gitlab-ci.yml

This commit is contained in:
Phil 2022-01-09 16:17:32 +01:00
parent f92c4bb056
commit 6fd956e245

View file

@ -37,7 +37,7 @@ docker-build-prod-latest:
image: moby/buildkit:rootless image: moby/buildkit:rootless
stage: build stage: build
services: services:
- docker:dind - docker:dind-rootless
before_script: before_script:
- docker buildx create --use - docker buildx create --use
- docker login -u "$CI_REGISTRY_USER" -p "$CI_REGISTRY_PASSWORD" $CI_REGISTRY - docker login -u "$CI_REGISTRY_USER" -p "$CI_REGISTRY_PASSWORD" $CI_REGISTRY