Update .gitlab-ci.yml
This commit is contained in:
parent
f92c4bb056
commit
6fd956e245
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue