Skip to content
Snippets Groups Projects
Commit 93819605 authored by Zandor Smith's avatar Zandor Smith :computer:
Browse files

Update .gitlab-ci.yml

parent 71c6f93a
No related branches found
No related tags found
No related merge requests found
Pipeline #1637 failed
......@@ -15,6 +15,8 @@ build-master:
- docker push "$CI_REGISTRY_IMAGE"
only:
- master
tags:
- docker-build
build:
stage: build
......@@ -23,3 +25,5 @@ build:
- docker push "$CI_REGISTRY_IMAGE:$CI_COMMIT_REF_SLUG"
except:
- master
tags:
- docker-build
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