Update .gitlab-ci.yml file
This commit is contained in:
parent
a42956ebfa
commit
fb03d4e7bd
1 changed files with 1 additions and 0 deletions
|
@ -28,6 +28,7 @@ build-push-docker-image-job:
|
|||
only:
|
||||
- main
|
||||
variables:
|
||||
DOCKER_DRIVER: overlay2
|
||||
DOCKER_REGISTRY_USER: ${CI_REGISTRY_USER}
|
||||
DOCKER_REGISTRY_PASSWORD: ${CI_REGISTRY_PASSWORD}
|
||||
DOCKER_REGISTRY_URL: ${CI_REGISTRY}
|
||||
|
|
Loading…
Reference in a new issue