diff options
| author | mo khan <mo@mokhan.ca> | 2019-08-11 19:52:34 -0600 |
|---|---|---|
| committer | mo khan <mo@mokhan.ca> | 2019-08-11 19:52:34 -0600 |
| commit | 80dc0dcbd39724c5f686d8267355775aa4f4b085 (patch) | |
| tree | e780b11d3696288707673029a7f0e10b43a6fb99 /.gitlab-ci.yml | |
| parent | 02a05d6955ca2f7c503f678bb7a0b83baaee78b3 (diff) | |
image is not a valid name
Diffstat (limited to '.gitlab-ci.yml')
| -rw-r--r-- | .gitlab-ci.yml | 4 |
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: |
