feat(ci): rewrite workflows matching htpasswd standard pattern #13

Merged
jcabillot merged 9 commits from fix/workflow-standard into main 2026-06-13 22:15:26 -04:00

9 Commits

Author SHA1 Message Date
cloudix_mcp_server de05328845 fix: remove test.sh from pr.yaml (no tests/test.sh in repo)
PR Checks / hadolint (pull_request) Successful in 6s
PR Checks / build-test (pull_request) Successful in 13s
2026-06-13 20:27:43 -04:00
cloudix_mcp_server 3e8d8e1d4d fix: remove test.sh from tag.yaml test job (no tests/test.sh in repo)
PR Checks / build-test (pull_request) Successful in 13s
PR Checks / hadolint (pull_request) Failing after 2s
2026-06-13 20:27:40 -04:00
cloudix_mcp_server 6717027473 fix: remove test.sh from cron.yaml test job (no tests/test.sh in repo)
PR Checks / hadolint (pull_request) Failing after 4s
PR Checks / build-test (pull_request) Successful in 14s
2026-06-13 20:27:35 -04:00
cloudix_mcp_server 5b173be687 fix: remove test.sh from main.yaml test job (no tests/test.sh in repo) 2026-06-13 20:27:28 -04:00
cloudix_mcp_server 5308c0f5c3 fix: correct all action SHAs in tag.yaml
PR Checks / hadolint (pull_request) Failing after 2s
PR Checks / build-test (pull_request) Successful in 14s
2026-06-13 19:12:08 -04:00
cloudix_mcp_server 6f6f220c88 fix: correct all action SHAs in pr.yaml
PR Checks / build-test (pull_request) Failing after 28s
PR Checks / hadolint (pull_request) Failing after 6s
2026-06-13 19:11:58 -04:00
cloudix_mcp_server a7f786c1fb fix: correct all action SHAs in cron.yaml 2026-06-13 19:11:55 -04:00
cloudix_mcp_server 4406bd5754 fix: correct all action SHAs and secrets in main.yaml
PR Checks / hadolint (pull_request) Failing after 3s
PR Checks / build-test (pull_request) Failing after 29s
2026-06-13 19:11:51 -04:00
Sagent d5a8444739 feat(ci): rewrite all 4 workflows matching htpasswd standard pattern
PR Checks / hadolint (pull_request) Failing after 3s
PR Checks / build-test (pull_request) Failing after 28s
- pr.yaml: PR checks (hadolint + build-test) on PRs to main
- main.yaml: lint → test → build → auto-tag on push to main
- tag.yaml: lint → test → build-push with tag-based Docker metadata
- cron.yaml: nightly rebuild (0 0 * * *) with latest semver tag

Adapted from perso/htpasswd template with:
- Image: jcabillot/docker-duplicacy
- Git URL: scm.cabillot.eu/perso/docker-duplicacy.git
- RELEASE_BRANCHES: main
- Cron schedule: '0 0 * * *' (from original cron.yaml)
- Secret: GITHUB_TOKEN (existing)
2026-06-13 21:38:56 +00:00