Commit a6f22b13 by Jessica Hawkwell

Update .gitlab-ci.yml

1 parent 60c9c17b
Pipeline #150 failed
in 13 seconds
Showing with 1 additions and 0 deletions
......@@ -9,6 +9,7 @@ build:
stage: build
script:
- env
- mkdir -p /etc/docker
- cp daemon.json /etc/docker/daemon.json
- export IMAGE_TAG=$(echo -en $CI_COMMIT_REF_NAME | tr -c '[:alnum:]_.-' '-')
- docker login -u "gitlab-ci-token" -p "$CI_JOB_TOKEN" $CI_REGISTRY
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!