Skip to content
Snippets Groups Projects
Commit 4a1f37ba authored by Éloïs's avatar Éloïs
Browse files

Update .gitlab-ci.yml

parent 1a7bc151
No related branches found
No related tags found
No related merge requests found
Pipeline #11806 failed
...@@ -18,8 +18,8 @@ build_image: ...@@ -18,8 +18,8 @@ build_image:
tags: tags:
- redshift - redshift
script: script:
- docker pull "duniter/rust-x64-stable-ci:latest" || true - docker pull $CI_REGISTRY_IMAGE:$IMAGE_TAG || true
- docker build --cache-from "duniter/rust-x64-stable-ci:latest" --pull -t "duniter/rust-x64-stable-ci:$CI_BUILD_TAG" . - docker build --cache-from $CI_REGISTRY_IMAGE:$IMAGE_TAG --pull -t "$CI_REGISTRY_IMAGE:$IMAGE_TAG" .
- docker login -u "duniterteam" -p "$DUNITERTEAM_PASSWD" - docker login -u "duniterteam" -p "$DUNITERTEAM_PASSWD"
- docker tag "$CI_REGISTRY_IMAGE:$CI_BUILD_TAG" "duniter/rust-x64-stable-ci:$CI_BUILD_TAG" - docker tag "$CI_REGISTRY_IMAGE:$CI_BUILD_TAG" "duniter/rust-x64-stable-ci:$CI_BUILD_TAG"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment