Commit 31d5053c by Jessica Hawkwell

Update .gitlab-ci.yml

1 parent 6258ea12
Pipeline #160 failed
in 32 seconds
Showing with 0 additions and 1 deletions
......@@ -8,7 +8,6 @@ services:
build:
stage: build
script:
- apk update && apk add curl
- export IMAGE_TAG=$(echo -en $CI_COMMIT_REF_NAME | tr -c '[:alnum:]_.-' '-')
- docker login -u "gitlab-ci-token" -p "$CI_JOB_TOKEN" $CI_REGISTRY
- docker build --pull -t "$CI_REGISTRY_IMAGE:$IMAGE_TAG" .
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!