diff options
-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 |