Skip to content
Snippets Groups Projects
Commit 8f980106 authored by Erick Hitter's avatar Erick Hitter
Browse files

Debugging

parent 2313a9a4
No related branches found
No related tags found
1 merge request!5Automated image builds for registry
Pipeline #514 failed with stages
in 2 minutes and 40 seconds
......@@ -16,13 +16,15 @@ build-golang-master:
stage: build
script:
- docker build --pull -t "$CI_REGISTRY/docker/images/golang:latest" ./golang/latest
- docker push "$CI_REGISTRY/docker/images/golang:latest"
# - docker push "$CI_REGISTRY/docker/images/golang:latest"
only:
- master
build-golang-dev:
stage: build
script:
- echo $CI_REGISTRY_IMAGE
- echo $CI_REGISTRY
- docker build --pull -t "$CI_REGISTRY/docker/images/golang:$CI_COMMIT_REF_SLUG" ./golang/latest
# - docker push "$CI_REGISTRY/docker/images/golang:$CI_COMMIT_REF_SLUG"
except:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment