Update .gitlab-ci.yml
This commit is contained in:
parent
6fd956e245
commit
160bf02c4f
1 changed files with 2 additions and 2 deletions
|
@ -34,10 +34,10 @@ check-gosec:
|
|||
- merge_requests
|
||||
|
||||
docker-build-prod-latest:
|
||||
image: moby/buildkit:rootless
|
||||
image: moby/buildkit
|
||||
stage: build
|
||||
services:
|
||||
- docker:dind-rootless
|
||||
- docker:dind
|
||||
before_script:
|
||||
- docker buildx create --use
|
||||
- docker login -u "$CI_REGISTRY_USER" -p "$CI_REGISTRY_PASSWORD" $CI_REGISTRY
|
||||
|
|
Loading…
Reference in a new issue