summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authormo khan <mo@mokhan.ca>2019-08-11 19:52:34 -0600
committermo khan <mo@mokhan.ca>2019-08-11 19:52:34 -0600
commit80dc0dcbd39724c5f686d8267355775aa4f4b085 (patch)
treee780b11d3696288707673029a7f0e10b43a6fb99 /.gitlab-ci.yml
parent02a05d6955ca2f7c503f678bb7a0b83baaee78b3 (diff)
image is not a valid name
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 2f6349f..ca3de6c 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -8,7 +8,7 @@ stages:
- test
- release
-build:
+build-image:
image: docker:stable
stage: build
script:
@@ -38,7 +38,7 @@ tarball:
paths:
- pkg/*.tar.gz
-image:
+publish-image:
image: docker:stable
stage: release
script: