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

Update .gitlab-ci.yml

parent 4a1f37ba
Branches
Tags
No related merge requests found
Pipeline #11808 failed
......@@ -18,8 +18,8 @@ build_image:
tags:
- redshift
script:
- docker pull $CI_REGISTRY_IMAGE:$IMAGE_TAG || true
- docker build --cache-from $CI_REGISTRY_IMAGE:$IMAGE_TAG --pull -t "$CI_REGISTRY_IMAGE:$IMAGE_TAG" .
- 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 login -u "duniterteam" -p "$DUNITERTEAM_PASSWD"
- 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