mirror of
https://github.com/xzeldon/vwdump.git
synced 2025-06-28 03:08:14 +03:00
Update .gitlab-ci.yml for docker 19.03
see https://gitlab.com/gitlab-org/gitlab-runner/issues/4501
This commit is contained in:
parent
c56fb2d0f6
commit
766e9bbd0b
@ -4,6 +4,9 @@ stages:
|
||||
variables:
|
||||
IMAGE_NAME: "$CI_REGISTRY_IMAGE"
|
||||
IMAGE_NAME_DOCKERHUB: "index.docker.io/bruceforce/bw_backup"
|
||||
# see https://gitlab.com/gitlab-org/gitlab-runner/issues/4501
|
||||
DOCKER_DRIVER: overlay2
|
||||
DOCKER_TLS_CERTDIR: "/certs"
|
||||
|
||||
.docker_login: &docker_login
|
||||
docker login -u "$CI_REGISTRY_USER" -p "$CI_REGISTRY_PASSWORD" $CI_REGISTRY
|
||||
|
Loading…
x
Reference in New Issue
Block a user