try pushing with hardcoded name/tag

This commit is contained in:
Jeffrey Paul 2019-01-23 18:57:04 +00:00
parent bcc087a1fc
commit 1fe95d87fb
1 changed files with 1 additions and 0 deletions

View File

@ -21,6 +21,7 @@ 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
except:
- master