Commit Graph
5 Commits
Author SHA1 Message Date
CSRBot 4d6aaad3d9 chore(deps): update actions/checkout action to v4.4.0
Lint Markdown files / markdown-lint (pull_request) Successful in 11s
Build / build-arch-linux (pull_request) Successful in 16m10s
2026-08-21 12:10:55 +00:00
CSRBot 22c771052b chore(deps): pin dependencies
Lint Markdown files / markdown-lint (pull_request) Successful in 23s
Build / build-arch-linux (pull_request) Successful in 16m36s
2026-08-21 09:10:32 +00:00
volker.raschek 86c2fb394b fix(ci): rename workflow
Lint Markdown files / markdown-lint (push) Successful in 9s
Build / build-arch-linux (push) Canceled after 0s
2026-08-21 10:36:15 +02:00
volker.raschekandCopilot 84c5fb141d feat(auto-release): use unique timestamp-based tag pattern
Lint Markdown files / markdown-lint (push) Successful in 11s
Build / build-arch-linux (push) Canceled after 13m5s
Replace the YYYY-MM date format with a YYYYMMDDHHmmSS.run_id pattern
to guarantee unique tags and prevent conflicts when the cron schedule
triggers multiple times within the same month.

Co-authored-by: Copilot <copilot@github.com>
2026-08-21 10:35:29 +02:00
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