5 Commits

Author SHA1 Message Date
Johannes Meyer
9036c37679 Use main instead of master as default branch name 2023-09-21 16:35:08 +02:00
Alexander A. Klimov
783fe036f1 Release GHA: create only one Docker image at the same time
Just like in all other repos making Docker images.

The following tasks finish our ARM support and depend on each other:

* [ ] Push only one Docker image at the same time (this PR)
* [ ] GHA repo: auto-create not just X.Y.Z tags, but also X.Y, X and latest
* [ ] GHA repo: build multi-platform images

Deriving X.Y from X.Y.Z is easy. Also nobody releases a vX.Y.Z and a
vX.Y.{Z+1} at the same time. But a vX.Y.Z and a vX.{Y+1}.0 is likely.
Both check Docker Hub, both get green light and both push :latest. Who wins?
2023-09-07 13:35:10 +02:00
Alexander A. Klimov
7eb6359281 GHA: handle changed interface of Icinga/docker-icingaweb2 2023-05-23 10:32:25 +02:00
Johannes Meyer
8e971406f7 Run the docker workflow by schedule on master and manually for PRs 2020-07-14 08:09:32 +02:00
Alexander A. Klimov
8ce90b38fc GitHub actions: build Docker images 2020-07-09 14:19:11 +02:00