Code development platform for open source projects from the European Union institutions

Skip to content
Snippets Groups Projects
Verified Commit 1a44e9cb authored by Vincent SIMONIN's avatar Vincent SIMONIN
Browse files

:construction_worker: Add tagged image delivery

parent b9b5d79d
No related branches found
No related tags found
1 merge request!42👷 Add tagged image delivery
Pipeline #97427 passed
......@@ -60,3 +60,12 @@ deliver-latest-job:
only:
- main
- master
deliver-tagged-job:
stage: deliver
variables:
IMAGE_TAG: $CI_COMMIT_TAG
script:
- ansible-playbook ansible/deliver.yml
only:
- tags
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