rucio / containers

Containers for Rucio
Apache License 2.0
9 stars 55 forks source link

docker auto build and push - new workflow #148

Closed maany closed 3 years ago

maany commented 3 years ago

close #146

Workflow is triggered when a "New Release" is created.

Currently, it auto builds and publishes to docker hub the images for clients, server and daemons.

Sample run for 1.26.2 release: Trigger Event: https://github.com/maany/containers/releases/tag/1.26.2 Workflow run: https://github.com/maany/containers/actions/runs/1190538947 Published image (server, 1.26.2): https://hub.docker.com/r/maany/rucio-server/tags?page=1&ordering=last_updated Published image (clients, 1.26.2): https://hub.docker.com/r/maany/rucio-clients/tags?page=1&ordering=last_updated Published image (daemons, 1.26.2): https://hub.docker.com/r/maany/rucio-daemons/tags?page=1&ordering=last_updated

maany commented 3 years ago

@bari12 should be good to go.

image