8 Commits

Author SHA1 Message Date
cloudix_mcp_server f1d828bfe3 fix: use git push instead of GitHub API for tag creation
Docker Build and Push / build (pull_request) Successful in 3m1s
GIT_API_TAGGING defaults to true, which tries to create tags via the
GitHub REST API (api.github.com). On self-hosted Gitea, this fails.
Setting it to false uses git push origin <tag> instead, which works
with the credentials configured by actions/checkout.
2026-06-12 12:47:40 -04:00
cloudix_mcp_server 0ba3f170fd ci: add automatic semver tagging on push to main
Docker Build and Push / build (pull_request) Successful in 2m56s
Uses anothrNick/github-tag-action (v1.75.0) to bump version and create
a git tag based on #major/#minor/#patch keywords in merge commits.
Runs only on push events to main (i.e. after a PR merge).

Also adds fetch-depth: 0 to checkout so the tag action can see all tags.

Fixes docker/build-push-action SHA: f9a3042 -> f9f3042 (v7.2.0).
2026-06-12 12:34:30 -04:00
cloudix_mcp_server ae9adb3c8a ci: add automatic semver tagging on push to main
Docker Build and Push / build (pull_request) Failing after 2m36s
Uses anothrNick/github-tag-action (v1.75.0) to bump version and create
a git tag based on #major/#minor/#patch keywords in merge commits.
Runs only on push events to main (i.e. after a PR merge).

Also adds fetch-depth: 0 to checkout so the tag action can see all tags.
2026-06-12 12:25:16 -04:00
cloudix_mcp_server b97f91546a ci: add automatic semver tagging on push to main
Uses anothrNick/github-tag-action (v1.75.0) to bump version and create
a git tag based on #major/#minor/#patch keywords in merge commits.
Runs only on push events to main (i.e. after a PR merge).

Also adds fetch-depth: 0 to checkout so the tag action can see all tags.
2026-06-12 12:19:56 -04:00
renovate 93ba3a92d2 chore(deps): pin dependencies
Docker Build and Push / build (pull_request) Failing after 11m49s
2026-06-09 16:13:19 +00:00
Julien Cabillot ed0febf0ff feat: add Gitea Actions workflow
Docker Build and Push / build (pull_request) Successful in 10m33s
2026-05-29 14:51:41 -04:00
Julien Cabillot 32a967551c feat: add Gitea Actions workflow
Docker Build and Push / build (pull_request) Successful in 10m41s
2026-05-29 14:23:48 -04:00
Julien Cabillot 78a250342e feat: add Gitea Actions workflow
Docker Build and Push / build (pull_request) Failing after 35s
2026-05-29 14:09:41 -04:00