From 203fcc3b0bd0241778e1d04e95a54346f95e467b Mon Sep 17 00:00:00 2001 From: Pete Johanson Date: Mon, 11 May 2020 11:54:08 -0400 Subject: [PATCH] Switch to tagged image name. --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index badd82c1..61bf005f 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