Skip to content
Snippets Groups Projects
Verified Commit 78133100 authored by Thomas Downes's avatar Thomas Downes
Browse files

Fix docker image builds on master branch

parent bbf85c79
No related branches found
No related tags found
1 merge request!12Fix docker image builds on master branch
Pipeline #41220 passed
......@@ -10,10 +10,12 @@ stages:
- branch
- latest
before_script:
- docker login -u gitlab-ci-token -p $CI_JOB_TOKEN $CI_REGISTRY
branch_image:
stage: branch
script:
- docker login -u gitlab-ci-token -p $CI_JOB_TOKEN $CI_REGISTRY
- docker build --pull -t $DOCKER_BRANCH .
- docker push $DOCKER_BRANCH
......
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