Commit 80dc0dc

mo khan <mo@mokhan.ca>
2019-08-12 01:52:34
image is not a valid name
1 parent 02a05d6
Changed files (1)
.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: