1
0
Fork 0

fix image file var

This commit is contained in:
Sean Sube 2022-12-17 09:13:49 -06:00
parent f48b296a1e
commit 0e7b153797
1 changed files with 1 additions and 1 deletions

View File

@ -51,11 +51,11 @@ stages:
variables:
DOCKER_CERT_PATH: "/shared/docker/client"
DOCKER_DRIVER: overlay2
DOCKER_FILE: Containerfile
DOCKER_HOST: tcp://localhost:2376
DOCKER_NAME: "${CI_PROJECT_PATH}"
DOCKER_TLS_CERTDIR: "/shared/docker"
DOCKER_TLS_VERIFY: 1
IMAGE_FILE: Containerfile
IMAGE_ROOT: "${CI_PROJECT_DIR}"
VERSION_TAG: "${CI_COMMIT_REF_SLUG}"