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

Update .gitlab-ci.yml

parent f24aa97e
No related branches found
No related tags found
No related merge requests found
Pipeline #11810 passed
......@@ -24,6 +24,7 @@ build_image:
- docker login -u "duniterteam" -p "$DUNITERTEAM_PASSWD"
- 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 tag "duniter/rust-x64-stable-ci:$CI_BUILD_TAG" "duniter/rust-x64-stable-ci:latest"
- 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