1
0
mirror of https://github.com/xzeldon/vwdump.git synced 2025-06-28 03:48:13 +03:00

Fixed typo in pipeline

This commit is contained in:
10 2021-01-26 02:55:33 +01:00
parent 3740275b2d
commit 266224758b

View File

@ -10,7 +10,7 @@ workflow:
variables:
DOCKERHUB_REGISTRY: index.docker.io
DOCKERHUB_REPO: bw_backup
IMAGE_NAME_DOCKERHUB: $DOCKERHUB_REGISTRY/$DOCKERHUB_USER/$DOCKERHUB_REPO"
IMAGE_NAME_DOCKERHUB: $DOCKERHUB_REGISTRY/$DOCKERHUB_USER/$DOCKERHUB_REPO
# see https://gitlab.com/gitlab-org/gitlab-runner/issues/4501
DOCKER_DRIVER: overlay2
DOCKER_TLS_CERTDIR: "/certs"