Skip to content
Snippets Groups Projects
Commit 45a86130 authored by Vincent Texier's avatar Vincent Texier
Browse files

ci: add debug-latest tag

parent 4cada50b
No related branches found
No related tags found
No related merge requests found
This commit is part of merge request !34. Comments created here will be created in the context of that merge request.
......@@ -178,3 +178,7 @@ deploy_docker_debug:
variables:
DOCKERFILE_PATH: "docker/Dockerfile"
IMAGE_TAG: "debug-sha-$CI_COMMIT_SHORT_SHA"
after_script:
- docker login -u "duniterteam" -p "$DUNITERTEAM_PASSWD"
- docker tag "$CI_REGISTRY_IMAGE:$IMAGE_TAG" "duniter/duniter-v2s:debug-latest"
- docker push "duniter/duniter-v2s:debug-latest"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment