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

Update .gitlab-ci.yml

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