From 97d9fa828053e5ab53302a75f6ef7dd92082b341 Mon Sep 17 00:00:00 2001 From: Moul <moul@moul.re> Date: Mon, 5 Jun 2023 18:50:53 +0200 Subject: [PATCH] 'redshift' tag is no longer used And is currently assigned to host not supporting docker Set 'docker' tag --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index b85651c..c35d22b 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -8,7 +8,7 @@ before_script: test_build_image: tags: - - redshift + - docker script: - docker build . except: @@ -16,7 +16,7 @@ test_build_image: build_image: tags: - - redshift + - docker script: - docker pull $CI_REGISTRY_IMAGE:$CI_BUILD_TAG || true - docker build --cache-from $CI_REGISTRY_IMAGE:$CI_BUILD_TAG --pull -t "$CI_REGISTRY_IMAGE:$CI_BUILD_TAG" . -- GitLab