Align workflows with htpasswd standard pattern #8

Merged
jcabillot merged 9 commits from fix/workflow-standard into master 2026-06-14 12:35:42 -04:00

9 Commits

Author SHA1 Message Date
cloudix_mcp_server 573efdf499 fix: use . as context, not ./pkg
PR Checks / hadolint (pull_request) Successful in 6s
PR Checks / build-test (pull_request) Successful in 16s
2026-06-14 10:50:53 -04:00
cloudix_mcp_server 52744bf26c fix: use . as context, not ./pkg
PR Checks / hadolint (pull_request) Successful in 5s
PR Checks / build-test (pull_request) Failing after 10s
2026-06-14 10:50:48 -04:00
cloudix_mcp_server e9d2978bff fix: use . as context, not ./pkg
PR Checks / hadolint (pull_request) Successful in 6s
PR Checks / build-test (pull_request) Failing after 12s
2026-06-14 10:50:40 -04:00
cloudix_mcp_server 91d4a97082 fix: use repo root as context, not ./pkg
PR Checks / hadolint (pull_request) Successful in 6s
PR Checks / build-test (pull_request) Failing after 13s
2026-06-14 10:50:37 -04:00
cloudix_mcp_server 02c51866d8 fix: correct build-push SHA in tag.yaml
PR Checks / hadolint (pull_request) Successful in 6s
PR Checks / build-test (pull_request) Failing after 12s
2026-06-13 19:19:18 -04:00
cloudix_mcp_server bbc4314793 fix: correct SHAs in pr.yaml
PR Checks / hadolint (pull_request) Successful in 6s
PR Checks / build-test (pull_request) Failing after 14s
2026-06-13 19:19:15 -04:00
cloudix_mcp_server 0082dc9a48 fix: correct SHAs in main.yaml
PR Checks / build-test (pull_request) Failing after 15s
PR Checks / hadolint (pull_request) Successful in 6s
2026-06-13 19:19:12 -04:00
cloudix_mcp_server 56590c9df5 fix: correct build-push SHA in cron.yaml 2026-06-13 19:19:09 -04:00
Sagent 7f3cc66380 Align workflows with htpasswd standard pattern
PR Checks / hadolint (pull_request) Successful in 8s
PR Checks / build-test (pull_request) Failing after 14s
- Add hadolint, test, and build jobs in dependency chain matching htpasswd
- Update build context: ./pkg, file: pkg/Dockerfile
- Update image to jcabillot/send with SA_TOKEN_ACTION_PUSH_TAGS
- Add continue-on-error on hadolint jobs, setup-buildx in test steps
- Add version comments on action SHAs
- Use fetch-depth: 0 for tag-related checkouts
- Configure git auth URL with SA_TOKEN_ACTION_PUSH_TAGS for tag creation

Closes: fix/workflow-standard
2026-06-13 21:36:33 +00:00