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

ci: add manual job deploy_docker_test_image

parent 7d5276c2
No related branches found
No related tags found
No related merge requests found
......@@ -119,6 +119,19 @@ tests_release:
- docker tag "$CI_REGISTRY_IMAGE:$IMAGE_TAG" "duniter/duniter-v2s:$IMAGE_TAG"
- docker push "duniter/duniter-v2s:$IMAGE_TAG"
deploy_docker_test_image:
extends: .docker-build-app-image
rules:
- if: $CI_COMMIT_REF_NAME =~ /^wip*$/
when: manual
- if: '$CI_COMMIT_TAG || $CI_COMMIT_BRANCH == "master"'
when: never
- if: $CI_MERGE_REQUEST_ID
- when: manual
variables:
DOCKERFILE_PATH: "docker/Dockerfile"
IMAGE_TAG: "test-image-$CI_COMMIT_SHORT_SHA"
deploy_docker_debug:
extends: .docker-build-app-image
rules:
......
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