Standardize workflows to htpasswd pattern #12

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

9 Commits

Author SHA1 Message Date
cloudix_mcp_server 88889b1238 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 11s
2026-06-13 20:27:01 -04:00
cloudix_mcp_server 03af674b15 fix: remove test.sh from tag.yaml test job (no tests/test.sh in repo) 2026-06-13 20:26:58 -04:00
cloudix_mcp_server b8801d0994 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 15s
2026-06-13 20:26:53 -04:00
cloudix_mcp_server 1ad543744e fix: remove test.sh from main.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 16s
2026-06-13 20:26:49 -04:00
cloudix_mcp_server 93be7e4969 fix: correct all action SHAs in tag.yaml
PR Checks / hadolint (pull_request) Failing after 3s
PR Checks / build-test (pull_request) Successful in 15s
2026-06-13 19:12:46 -04:00
cloudix_mcp_server 6184c6acd7 fix: correct all action SHAs in pr.yaml
PR Checks / hadolint (pull_request) Failing after 2s
PR Checks / build-test (pull_request) Successful in 13s
2026-06-13 19:12:42 -04:00
cloudix_mcp_server 2c25d9e586 fix: correct all action SHAs in cron.yaml
PR Checks / hadolint (pull_request) Failing after 3s
PR Checks / build-test (pull_request) Failing after 3s
2026-06-13 19:12:36 -04:00
cloudix_mcp_server 531647437b fix: correct all action SHAs in main.yaml 2026-06-13 19:12:34 -04:00
Sagent 07de65c37e Standardize workflows to htpasswd pattern
PR Checks / hadolint (pull_request) Failing after 3s
PR Checks / build-test (pull_request) Failing after 2s
Transform all 4 workflow files to match the standard pattern used by
perso/htpasswd (and offlineimap):

main.yaml:
  - Rename to 'Main Release'
  - hadolint (continue-on-error, dockerfile param) → test (build ci-image, run tests)
  → build (no push, just build target image) → tag (fetch-depth 0, git auth with
    SA_TOKEN_ACTION_PUSH_TAGS, semver tagging)

cron.yaml:
  - Keep original schedule '0 0 * * *'
  - hadolint → test → build-push (get-latest-tag, metadata with -latest
    only, no :latest tag)

tag.yaml:
  - hadolint → test → build-push (type=ref,event=tag + suffix=-latest)

pr.yaml:
  - hadolint (no continue-on-error, add dockerfile param) → build-test
  - Scope to pull_request branches: [master]
  - Use ci-image pattern with buildx setup
2026-06-13 21:25:36 +00:00