Skip to content
Snippets Groups Projects
Commit 97d9fa82 authored by Moul's avatar Moul
Browse files

'redshift' tag is no longer used

And is currently assigned to host not supporting docker

Set 'docker' tag
parent 8a661343
No related branches found
No related tags found
No related merge requests found
Pipeline #32193 passed
...@@ -8,7 +8,7 @@ before_script: ...@@ -8,7 +8,7 @@ before_script:
test_build_image: test_build_image:
tags: tags:
- redshift - docker
script: script:
- docker build . - docker build .
except: except:
...@@ -16,7 +16,7 @@ test_build_image: ...@@ -16,7 +16,7 @@ test_build_image:
build_image: build_image:
tags: tags:
- redshift - docker
script: script:
- docker pull $CI_REGISTRY_IMAGE:$CI_BUILD_TAG || true - 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" . - docker build --cache-from $CI_REGISTRY_IMAGE:$CI_BUILD_TAG --pull -t "$CI_REGISTRY_IMAGE:$CI_BUILD_TAG" .
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment