mirror of
https://gitlab.com/psuapp/psu.git
synced 2024-08-30 18:12:34 +00:00
Update GitLab CI config according to Docker 19.03 release
See: https://about.gitlab.com/2019/07/31/docker-in-docker-with-docker-19-dot-03/
This commit is contained in:
parent
7bb3522cef
commit
4624c4e680
@ -2,6 +2,7 @@ image: $CI_REGISTRY/$CI_PROJECT_NAMESPACE/hub/auto-deploy-image:latest
|
||||
|
||||
variables:
|
||||
DOCKER_DRIVER: overlay2
|
||||
DOCKER_TLS_CERTDIR: "/certs"
|
||||
TRAEFIK_VERSION: 1.7-alpine
|
||||
PORTAINER_VERSION: latest
|
||||
PSU_IMAGE: ${CI_REGISTRY_IMAGE}/builds
|
||||
|
Loading…
Reference in New Issue
Block a user