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

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

:twisted_rightwards_arrows: Merge branch 'tagged_image' into 'main'

:construction_worker: Add tagged image delivery

See merge request !42
parents b9b5d79d 1a44e9cb
No related branches found
No related tags found
1 merge request!42👷 Add tagged image delivery
Pipeline #97451 passed
...@@ -60,3 +60,12 @@ deliver-latest-job: ...@@ -60,3 +60,12 @@ deliver-latest-job:
only: only:
- main - main
- master - 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