cloudix_mcp_server
f6e0bea6c1
fix: remove test.sh step from pr.yaml (no tests/test.sh in repo)
PR Checks / hadolint (pull_request) Successful in 7s
PR Checks / build-test (pull_request) Successful in 13s
2026-06-13 20:25:42 -04:00
cloudix_mcp_server
fae9b53009
fix: remove test.sh step from tag.yaml (no tests/test.sh in repo)
PR Checks / hadolint (pull_request) Successful in 7s
PR Checks / build-test (pull_request) Failing after 13s
2026-06-13 20:25:37 -04:00
cloudix_mcp_server
28149e6b0a
fix: remove test.sh step from cron.yaml (no tests/test.sh in repo)
PR Checks / hadolint (pull_request) Successful in 5s
PR Checks / build-test (pull_request) Failing after 13s
2026-06-13 20:25:34 -04:00
cloudix_mcp_server
1a61961971
fix: remove test.sh step (not present in repo), correct structure
PR Checks / hadolint (pull_request) Successful in 6s
PR Checks / build-test (pull_request) Failing after 14s
2026-06-13 20:23:09 -04:00
cloudix_mcp_server
e7c1b553ed
fix: correct build-push-action SHA in tag.yaml
PR Checks / hadolint (pull_request) Successful in 7s
PR Checks / build-test (pull_request) Failing after 17s
2026-06-13 19:05:17 -04:00
cloudix_mcp_server
3600839a03
fix: correct all action SHAs in pr.yaml
PR Checks / hadolint (pull_request) Successful in 7s
PR Checks / build-test (pull_request) Failing after 3m48s
2026-06-13 19:05:15 -04:00
cloudix_mcp_server
7dae5b1e9b
fix: correct all action SHAs in main.yaml
PR Checks / build-test (pull_request) Failing after 3m52s
PR Checks / hadolint (pull_request) Successful in 6s
2026-06-13 19:05:12 -04:00
cloudix_mcp_server
562610135c
fix: correct build-push-action SHA in cron.yaml
2026-06-13 19:05:08 -04:00
cloudix_mcp_server
ef0c472e28
fix(ci): use secrets.GITHUB_TOKEN in git auth step, not shell var
PR Checks / hadolint (pull_request) Successful in 8s
PR Checks / build (pull_request) Successful in 3m24s
2026-06-12 14:52:49 -04:00
cloudix_mcp_server
0a8ca9b751
fix(ci): configure git auth before tag push in main workflow
PR Checks / hadolint (pull_request) Successful in 6s
PR Checks / build (pull_request) Successful in 2m43s
2026-06-12 14:48:10 -04:00
cloudix_mcp_server
850d6ed58c
refactor(ci): decouple semver tagging from build on main push
PR Checks / hadolint (pull_request) Successful in 8s
PR Checks / build (pull_request) Successful in 3m23s
2026-06-12 14:32:52 -04:00
cloudix_mcp_server
88ab5fa893
refactor(ci): run Hadolint and build in parallel on cron
PR Checks / hadolint (pull_request) Successful in 7s
PR Checks / build (pull_request) Successful in 4m17s
2026-06-12 14:31:25 -04:00
cloudix_mcp_server
fa685fd63e
refactor(ci): run Hadolint and build in parallel on tag push
2026-06-12 14:31:17 -04:00
cloudix_mcp_server
e1fab4f11f
refactor(ci): run Hadolint and build in parallel on main push
PR Checks / build (pull_request) Successful in 4m0s
PR Checks / hadolint (pull_request) Failing after 13m32s
2026-06-12 14:31:10 -04:00
cloudix_mcp_server
0526268333
refactor(ci): run Hadolint and build in parallel on PR
PR Checks / hadolint (pull_request) Successful in 8s
PR Checks / build (pull_request) Successful in 2m46s
2026-06-12 14:28:29 -04:00
cloudix_mcp_server
8682d4587a
fix(ci): correct hadolint SHA (d2da2 → dda2)
PR Checks / hadolint (pull_request) Successful in 8s
PR Checks / build (pull_request) Successful in 4m28s
2026-06-12 14:20:52 -04:00
cloudix_mcp_server
293cb50d4a
fix(ci): correct hadolint SHA (d2da2 → dda2)
PR Checks / hadolint (pull_request) Successful in 5s
PR Checks / build (pull_request) Successful in 4m33s
2026-06-12 14:20:48 -04:00
cloudix_mcp_server
caa18faff0
fix(ci): correct hadolint SHA (d2da2 → dda2)
PR Checks / build (pull_request) Successful in 4m40s
PR Checks / hadolint (pull_request) Successful in 5s
2026-06-12 14:20:38 -04:00
cloudix_mcp_server
1c50016d80
fix(ci): correct hadolint SHA (d2da2 → dda2)
2026-06-12 14:20:35 -04:00
cloudix_mcp_server
e21758978a
chore(ci): remove monolithic docker-build.yaml, replaced by pr/main/tag/cron
PR Checks / hadolint (pull_request) Failing after 3s
PR Checks / build (pull_request) Has been skipped
2026-06-12 14:18:58 -04:00
cloudix_mcp_server
a261bdc030
feat(ci): add nightly rebuild of latest + most recent tag
2026-06-12 14:18:50 -04:00
cloudix_mcp_server
b6a9577eee
feat(ci): add tag release workflow with Hadolint + push :tag
2026-06-12 14:18:47 -04:00
cloudix_mcp_server
993c749a89
feat(ci): add main release workflow with Hadolint + push latest + auto-tag
2026-06-12 14:18:45 -04:00
cloudix_mcp_server
29ddd3f23b
feat(ci): add PR workflow with Hadolint + build
2026-06-12 14:18:43 -04:00
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
cloudix_mcp_server
7ffc2f7e4f
docs: fix double-encoded AGENTS.md, replace Jenkins with Gitea Actions
Docker Build and Push / build (pull_request) Successful in 3m13s
2026-06-09 12:27:13 -04:00
cloudix_mcp_server
d7acd23316
docs: remove all Jenkins references, replace with Gitea Actions conventions
Docker Build and Push / build (pull_request) Successful in 3m27s
2026-06-09 12:25:56 -04:00
cloudix_mcp_server
b7bd789d99
chore: add renovate regex manager for opencode-ai
Docker Build and Push / build (push) Successful in 3m50s
2026-06-09 12:16:03 -04:00
cloudix_mcp_server
804d541ff8
chore: pin opencode-ai to 1.16.2 (latest)
Docker Build and Push / build (push) Successful in 4m5s
2026-06-09 12:11:43 -04:00
cloudix_mcp_server
3923c95b30
chore: add renovate regex manager for n2-soul in Dockerfile RUN
Docker Build and Push / build (pull_request) Successful in 3m38s
2026-06-08 21:40:58 -04:00