updating cic-eth build

This commit is contained in:
2021-01-29 07:39:42 -08:00
parent 7d593a1196
commit aaeb0bd6f8
7 changed files with 17 additions and 9 deletions

View File

@@ -11,12 +11,13 @@
# https://gitlab.com/gitlab-org/gitlab-runner/-/issues/4125
DOCKER_TLS_VERIFY: 1
DOCKER_CERT_PATH: "$DOCKER_TLS_CERTDIR/client"
DOCKERFILE_PATH: docker/
services:
- docker:19.03.13-dind
before_script:
- docker info
- cd $CONTEXT
script:
- docker build -t $CI_PROJECT_PATH_SLUG:$CI_COMMIT_SHORT_SHA .
- docker build -t $CI_PROJECT_PATH_SLUG:$CI_COMMIT_SHORT_SHA -f $DOCKERFILE_PATH .