Skip to content
Snippets Groups Projects
Commit d6353984 authored by Jon Azpiazu's avatar Jon Azpiazu
Browse files

Set deploy job always manual

parent e6c55564
No related branches found
No related tags found
1 merge request!70Resolve "Update deprecated deploy job"
Pipeline #58821 passed
...@@ -49,3 +49,5 @@ ...@@ -49,3 +49,5 @@
# Tag and push latest # Tag and push latest
- docker tag ${DOCKER_ID} ${DOCKER_PUSH_REGISTRY}/${DOCKER_PUSH_NAME}:latest - docker tag ${DOCKER_ID} ${DOCKER_PUSH_REGISTRY}/${DOCKER_PUSH_NAME}:latest
- docker push ${DOCKER_PUSH_REGISTRY}/${DOCKER_PUSH_NAME}:latest - docker push ${DOCKER_PUSH_REGISTRY}/${DOCKER_PUSH_NAME}:latest
when: manual
allow_failure: true
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment