diff options
| author | Pete Johanson <peter@peterjohanson.com> | 2020-05-11 11:54:08 -0400 |
|---|---|---|
| committer | Pete Johanson <peter@peterjohanson.com> | 2020-05-11 11:54:08 -0400 |
| commit | 203fcc3b0bd0241778e1d04e95a54346f95e467b (patch) | |
| tree | 73adabf5043958d8c50ca66543c6a69d3fb739ab /.gitlab-ci.yml | |
| parent | 64a0f1b3244498abb84376b0ee100e82d0a93517 (diff) | |
Switch to tagged image name.
Diffstat (limited to '.gitlab-ci.yml')
| -rw-r--r-- | .gitlab-ci.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index badd82c..61bf005 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -7,7 +7,7 @@ build: when: never - when: on_success - image: $CI_BUILD_IMAGE + image: $CI_BUILD_IMAGE:v0.1.1 variables: GIT_CLONE_PATH: $CI_BUILDS_DIR/zmk |
