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

ci: add debug-latest tag

parent 725d9646
No related branches found
No related tags found
1 merge request!34ci: add debug-latest tag
...@@ -178,3 +178,7 @@ deploy_docker_debug: ...@@ -178,3 +178,7 @@ deploy_docker_debug:
variables: variables:
DOCKERFILE_PATH: "docker/Dockerfile" DOCKERFILE_PATH: "docker/Dockerfile"
IMAGE_TAG: "debug-sha-$CI_COMMIT_SHORT_SHA" IMAGE_TAG: "debug-sha-$CI_COMMIT_SHORT_SHA"
after_script:
- docker login -u "duniterteam" -p "$DUNITERTEAM_PASSWD"
- docker tag "duniter/duniter-v2s:$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