Commit 80dc0dc
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: