Cal Corum
24280032db
ci: use Gitea API for tag creation instead of git push
...
Fixes tag step failing due to branch protection on main rejecting
the runner's git push. Creates tags via REST API which bypasses
branch protection. Also removes the unnecessary VERSION file commit.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-17 23:17:51 +00:00
Cal Corum
d2a4b27ff3
ci: Switch to CalVer (YYYY.MM.BUILD) with auto-generated versions
...
Build Docker Image / build (pull_request) Successful in 1m22s
Remove manual semver validation from PR checks. Versions are now
auto-generated on merge to main by counting existing monthly tags.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-17 16:36:53 -06:00
0d60597022
ci: switch Docker build cache from type=gha to type=registry
...
Build Docker Image / build (pull_request) Failing after 14s
The gha cache backend silently fails on Gitea Actions due to Docker
networking issues between the Buildx builder container and the
act_runner cache server. Registry-based caching stores layers on
Docker Hub, which is more reliable for self-hosted runners.
2026-02-11 22:12:26 +00:00
8183549b65
Update .gitea/workflows/docker-build.yml
Build Docker Image / build (pull_request) Failing after 11s
2026-02-04 07:07:58 +00:00
1f4fad4a66
Update .gitea/workflows/docker-build.yml
Build Docker Image / build (pull_request) Successful in 57s
2026-02-04 06:58:18 +00:00
56746a8f6a
Update .gitea/workflows/docker-build.yml
Build Docker Image / build (pull_request) Successful in 1m3s
2026-02-04 06:53:48 +00:00
f36bcaccd2
Update .gitea/workflows/docker-build.yml
Build Docker Image / build (pull_request) Failing after 1m4s
2026-02-04 06:49:54 +00:00
b90006cbab
Update .gitea/workflows/docker-build.yml
Build Docker Image / build (pull_request) Failing after 13s
2026-02-04 06:45:52 +00:00
6eece9f1db
Update .gitea/workflows/docker-build.yml
2026-02-04 06:43:59 +00:00
f0c124b00f
Update .gitea/workflows/docker-build.yml
Build Docker Image / build (pull_request) Successful in 1m8s
2026-02-04 06:35:09 +00:00
a360e8812d
Update .gitea/workflows/docker-build.yml
Build Docker Image / build (pull_request) Successful in 1m2s
2026-02-04 06:28:55 +00:00
63ea86f35a
Update .gitea/workflows/docker-build.yml
/ build (pull_request) Successful in 2m9s
2026-02-04 06:13:37 +00:00
175a19b372
Update .gitea/workflows/docker-build.yml
/ build (pull_request) Successful in 57s
2026-02-04 06:01:01 +00:00
7ad8d03f98
Update .gitea/workflows/docker-build.yml
/ build (pull_request) Successful in 57s
2026-02-04 05:52:17 +00:00
91e96a2876
Update .gitea/workflows/docker-build.yml
/ build (pull_request) Failing after 1m4s
2026-02-04 05:48:40 +00:00
d094809838
Add automated docker build
Build Docker Image / build (pull_request) Failing after 6m57s
2026-02-04 05:41:18 +00:00