Commit 60c9c17b by Jessica Hawkwell

Update .gitlab-ci.yml

1 parent 937617b5
Pipeline #149 failed
in 9 seconds
Showing with 1 additions and 1 deletions
......@@ -9,7 +9,7 @@ build:
stage: build
script:
- env
- echo "{ \"insecure-registries\": [\"mc.felinewtih.me:5000\"] }" > /etc/docker/daemon.json
- 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
- 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!