trying something else

This commit is contained in:
Jeffrey Paul 2019-01-23 19:14:14 +00:00
parent 1fe95d87fb
commit 0b0346e67a
1 changed files with 1 additions and 2 deletions

View File

@ -20,8 +20,7 @@ build:
stage: build
script:
- docker build --pull -t "$CI_REGISTRY_IMAGE:$CI_COMMIT_REF_SLUG" .
- echo docker push "$CI_REGISTRY_IMAGE:$CI_COMMIT_REF_SLUG"
- docker push sneak/dockerized-workstation:latest
- docker push "$CI_REGISTRY_IMAGE:$CI_COMMIT_REF_SLUG"
except:
- master