Commit Graph
6 Commits
Author SHA1 Message Date
volker.raschekandCopilot e5a5630ef8 feat(ci): add scheduled auto-release workflow
Lint Markdown files / markdown-lint (push) Successful in 52s
Update Docker Hub Description / update-description-on-hub-docker-io (push) Successful in 16s
Build / build-arch-linux (push) Successful in 5m9s
Release / push-arch-linux (push) Successful in 7m44s
Release / sync-to-hub-docker-io (push) Successful in 8m0s
Introduce a cron-triggered auto-release workflow that runs on the second Sunday of each month,
creating a time-based tag in YYYY-MM format and dispatching the release workflow.

The release workflow is extended with a workflow_dispatch trigger accepting a tag input, so it can be
invoked both by tag pushes and programmatically by the auto-release. Version extraction is unified
via a dedicated step using `inputs.tag || github.ref_name` in both jobs.

Co-authored-by: Copilot <copilot@github.com>
2026-08-21 09:45:28 +02:00
volker.raschek b66dac1342 docs(README): use git.cryptic.systems instead of docker.io
Lint Markdown files / markdown-lint (push) Successful in 15s
Build / build-arch-linux (push) Successful in 2m13s
2025-05-13 18:55:11 +02:00
volker.raschek 6f4e26d27a docs(README): migrate from docker.io to git.cryptic.systems
Lint Markdown files / markdown-lint (push) Successful in 16s
Update Docker Hub Description / update-description-on-hub-docker-io (push) Successful in 13s
Build / build-arch-linux (push) Successful in 11m39s
2025-05-12 18:19:07 +02:00
volker.raschek 458bee010a fix(ci): replace drone with gitea actions
Lint Markdown files / markdown-lint (push) Successful in 13s
Update Docker Hub Description / update-description-on-hub-docker-io (push) Successful in 10s
Build / build-arch-linux (push) Failing after 15m2s
2025-05-09 11:38:53 +02:00
volker.raschek 4032897913 docs(README): remove drone badge 2025-05-08 21:47:25 +02:00
volker.raschek 86ead8922d Initial Commit
continuous-integration/drone/push Build is passing
2021-09-02 19:31:51 +02:00