aktin / broker

AKTIN search broker components: Asynchronous distribution of search queries across federated data warehouses
Apache License 2.0
4 stars 4 forks source link

Add CI to build docker images #16

Closed EmteZogaf closed 3 years ago

EmteZogaf commented 3 years ago

Build docker images for aktin-broker and aktin-client when a git tag is pushed to github and the tag label matches the regex pattern v[0-9]+\.[0-9]+.*. Both docker images are pushed to the github docker repository ghcr.io.

The maven release plugin is configured to label the tags according to the pattern above and only trigger the CI workflow for the release commit. But using mvn release is optional as any tag being pushed to github and conforming to the above pattern will be build.