Commit Graph

33 Commits

Author SHA1 Message Date
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
jcabillot 6bd30a997e Merge pull request 'feat(ci): refactor pipelines — hadolint, PR checks, tag releases, nightly rebuild' (#11) from fix/refactor-ci-pipelines into master
Main CI / hadolint (push) Successful in 6s
Main CI / build-push (push) Successful in 32s
Main CI / test (push) Failing after 5s
Main CI / tag (push) Has been skipped
Reviewed-on: #11
2026-06-12 16:17:16 -04:00
cloudix_mcp_server fd743b2ae4 ci: remove old monolithic docker-build.yaml
PR Checks / hadolint (pull_request) Successful in 8s
PR Checks / build-test (pull_request) Successful in 12s
2026-06-12 16:08:25 -04:00
cloudix_mcp_server 2335b565eb feat(ci): add nightly rebuild workflow 2026-06-12 16:08:23 -04:00
cloudix_mcp_server a4b91304d9 feat(ci): add tag release workflow 2026-06-12 16:08:20 -04:00
cloudix_mcp_server 7f58b177e1 feat(ci): add main CI workflow with build-push, test, and tag 2026-06-12 16:08:18 -04:00
cloudix_mcp_server 338ce8054a feat(ci): add PR checks workflow with hadolint and build-test 2026-06-12 16:08:14 -04:00
jcabillot 888211c106 Merge pull request 'ci: add automatic semver tagging on merge to master' (#10) from feat/semver-tag-action into master
Docker Build and Push / lint (push) Successful in 7s
Docker Build and Push / build (push) Successful in 49s
Docker Build and Push / test (push) Successful in 10s
Docker Build and Push / push (push) Failing after 20s
Reviewed-on: #10
2026-06-12 13:53:07 -04:00
cloudix_mcp_server ab055b86bc fix: use JSON notation for ENTRYPOINT (DL3025)
Docker Build and Push / lint (pull_request) Successful in 8s
Docker Build and Push / build (pull_request) Successful in 28s
Docker Build and Push / test (pull_request) Successful in 14s
Docker Build and Push / push (pull_request) Has been skipped
2026-06-12 13:48:56 -04:00
cloudix_mcp_server cb44f625da ci: add automatic semver tagging on merge to master
Docker Build and Push / lint (pull_request) Failing after 4s
Docker Build and Push / build (pull_request) Has been skipped
Docker Build and Push / test (pull_request) Has been skipped
Docker Build and Push / push (pull_request) Has been skipped
2026-06-12 13:17:06 -04:00
jcabillot 1d539eb1d3 Merge pull request 'chore(deps): update hadolint/hadolint-action action to v3.3.0' (#9) from renovate/hadolint-hadolint-action-3.x into master
Docker Build and Push / lint (push) Successful in 6s
Docker Build and Push / build (push) Successful in 19s
Docker Build and Push / test (push) Successful in 12s
Docker Build and Push / push (push) Successful in 17s
Reviewed-on: #9
v0.0.1
2026-06-12 07:34:02 -04:00
renovate 2c6e3b3705 chore(deps): update hadolint/hadolint-action action to v3.3.0
Docker Build and Push / lint (pull_request) Successful in 6s
Docker Build and Push / build (pull_request) Successful in 23s
Docker Build and Push / test (pull_request) Successful in 14s
Docker Build and Push / push (pull_request) Has been skipped
2026-06-12 01:18:41 +00:00
jcabillot dfd03220ca Merge pull request 'fix: add version comments to Gitea Actions workflow' (#8) from fix/action-version-comments into master
Docker Build and Push / lint (push) Successful in 7s
Docker Build and Push / build (push) Successful in 19s
Docker Build and Push / test (push) Successful in 14s
Docker Build and Push / push (push) Successful in 19s
Reviewed-on: #8
2026-06-11 21:13:36 -04:00
Sagent c0242bf1c6 fix: add version comments to Gitea Actions workflow
Docker Build and Push / lint (pull_request) Successful in 7s
Docker Build and Push / build (pull_request) Successful in 17s
Docker Build and Push / test (pull_request) Successful in 9s
Docker Build and Push / push (pull_request) Has been skipped
2026-06-11 23:11:31 +00:00
cloudix_mcp_server 6f35b863fa Merge pull request 'chore(deps): update alpine docker tag to v3.24' (#7) from renovate/alpine-3.x into master
Docker Build and Push / lint (push) Successful in 7s
Docker Build and Push / build (push) Successful in 14s
Docker Build and Push / test (push) Successful in 11s
Docker Build and Push / push (push) Successful in 20s
2026-06-10 19:18:25 -04:00
renovate ce0844714d chore(deps): update alpine docker tag to v3.24
Docker Build and Push / lint (pull_request) Successful in 6s
Docker Build and Push / build (pull_request) Successful in 17s
Docker Build and Push / test (pull_request) Successful in 9s
Docker Build and Push / push (pull_request) Has been skipped
2026-06-10 17:39:03 +00:00
jcabillot 7d83260030 Merge pull request 'Migrate CI to 4-job pipeline with SHA-pinned actions' (#4) from feat/gitea-actions-v2 into master
Docker Build and Push / lint (push) Failing after 10m20s
Docker Build and Push / build (push) Has been skipped
Docker Build and Push / test (push) Has been skipped
Docker Build and Push / push (push) Has been skipped
Reviewed-on: #4
2026-06-09 08:34:43 -04:00
cloudix_mcp_server 8f2a9fca91 Fix hadolint: add DL3018 ignore for apk
Docker Build and Push / lint (pull_request) Successful in 7s
Docker Build and Push / build (pull_request) Successful in 51s
Docker Build and Push / test (pull_request) Successful in 10s
Docker Build and Push / push (pull_request) Has been skipped
2026-06-08 22:28:17 -04:00
cloudix_mcp_server 41d279dd4a Migrate CI to 4-job pipeline with SHA-pinned actions 2026-06-08 22:28:03 -04:00
cloudix_mcp_server b34e4da58b Add CLI smoke test for docker-dynhost 2026-06-08 22:26:44 -04:00
jcabillot 5f17819c15 Merge pull request 'chore: improve renovate dependency detection' (#3) from chore/renovate into master
Docker Build and Push / build (push) Successful in 38s
Reviewed-on: #3
2026-06-08 22:17:42 -04:00
Sagent 3dbc4af815 chore: improve renovate dependency detection
Docker Build and Push / build (pull_request) Successful in 25s
2026-06-09 02:12:45 +00:00
jcabillot 907fbd03b5 feat: add Gitea Actions workflow
Docker Build and Push / build (push) Successful in 31s
feat: add Gitea Actions workflow
2026-05-29 16:22:45 -04:00
Julien Cabillot 73f81ec940 feat: add Gitea Actions workflow 2026-05-29 14:50:41 -04:00
Julien Cabillot 347da4d595 feat: add Gitea Actions workflow 2026-05-29 14:23:06 -04:00
Julien Cabillot 5d12978faa feat: add Gitea Actions workflow 2026-05-29 14:08:54 -04:00
Julien Cabillot 9daff71fb3 feat: init
perso/docker-dynhost/pipeline/head This commit looks good
2021-10-06 20:40:06 -04:00
jcabillot c25e9dcd89 Initial commit 2021-10-06 23:41:04 +00:00