fix: convert from artifact pattern to standard htpasswd 4-workflow #15

Merged
jcabillot merged 5 commits from fix/workflow-standard into master 2026-06-13 18:54:37 -04:00

5 Commits

Author SHA1 Message Date
cloudix_mcp_server c93b4efac1 fix: rewrite pr.yaml - correct SHAs, standard structure
PR Checks / hadolint (pull_request) Successful in 7s
PR Checks / build-test (pull_request) Successful in 12s
2026-06-13 18:14:16 -04:00
cloudix_mcp_server d7154d5786 fix: rewrite tag.yaml - correct SHAs, standard structure
PR / lint (pull_request) Failing after 3s
PR / test (pull_request) Has been skipped
2026-06-13 18:14:13 -04:00
cloudix_mcp_server 4a7155abdb fix: rewrite cron.yaml - correct SHAs, remove :latest tag
PR / lint (pull_request) Failing after 2s
PR / test (pull_request) Has been skipped
2026-06-13 18:14:10 -04:00
cloudix_mcp_server 0ae99c896d fix: rewrite main.yaml - correct SHAs, no Docker push on master
PR / lint (pull_request) Failing after 3s
PR / test (pull_request) Has been skipped
2026-06-13 18:13:49 -04:00
Sagent 02a3583d7f fix: convert all workflows to standard htpasswd pattern (no artifacts)
PR / lint (pull_request) Failing after 3s
PR / test (pull_request) Has been skipped
- Removed artifact upload/download steps from all workflows
- Merged build+test into single 'test' job, eliminating artifact dependency
- Removed ChristopherHX/gitea-upload-artifact and download-artifact actions
- Builds image directly with docker build and runs tests in same job
- Push job rebuilds independently with docker/build-push-action
- pr.yaml: lint → test only (no push/version bump)
- tag.yaml: lint → test → push with semver tags
- cron.yaml: keeps original '0 0 * * *' schedule
- All pinned SHAs preserved
2026-06-13 21:43:20 +00:00