Changed image for deploy job

This commit is contained in:
Aryom Belousov 2020-11-09 15:41:52 +03:00
parent 3b8692b5f7
commit 9a2bb69bc8

View file

@ -1,10 +1,10 @@
image: "golang:1.15.4-buster"
test:
image: "golang:1.15.4-buster"
stage: test
script:
- go test ./...
deploy:
image: "docker:19.03"
stage: deploy
script:
- docker build . -t $DOCKER_IMAGE_TAG:$CI_JOB_ID$CI_COMMIT_SHORT_SHA