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

Redefine tag vs commit rules

parent 503baae7
No related branches found
No related tags found
1 merge request!70Resolve "Update deprecated deploy job"
......@@ -50,5 +50,7 @@
- docker tag ${DOCKER_ID} ${DOCKER_PUSH_REGISTRY}/${DOCKER_PUSH_NAME}:latest
- docker push ${DOCKER_PUSH_REGISTRY}/${DOCKER_PUSH_NAME}:latest
rules:
- if: $CI_COMMIT_TAG
when: always
- 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