Commit Graph

46 Commits

Author SHA1 Message Date
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
jcabillot b1b3ca8249 Merge pull request 'feat(ci): refactor pipelines — hadolint, PR checks, tag releases, nightly rebuild' (#12) from fix/refactor-ci-pipelines into main
Main Release / hadolint (push) Successful in 11s
Main Release / test (push) Successful in 17s
Main Release / tag (push) Successful in 9s
Main Release / build-push (push) Successful in 39s
Reviewed-on: #12
v0.0.2
2026-06-12 16:16:57 -04:00
cloudix_mcp_server 198b67b320 feat(ci): add nightly rebuild of latest + most recent tag
PR Checks / hadolint (pull_request) Successful in 6s
PR Checks / build-test (pull_request) Successful in 12s
2026-06-12 15:43:14 -04:00
cloudix_mcp_server 1581feba04 feat(ci): add tag release workflow with Hadolint + push :tag
PR Checks / hadolint (pull_request) Successful in 8s
PR Checks / build-test (pull_request) Successful in 15s
2026-06-12 15:43:10 -04:00
cloudix_mcp_server d5f06b1c17 feat(ci): add main release workflow with Hadolint + build-push + test + tag 2026-06-12 15:43:05 -04:00
cloudix_mcp_server 6151f18d6b feat(ci): add PR workflow with Hadolint + build + test
PR Checks / hadolint (pull_request) Successful in 7s
PR Checks / build-test (pull_request) Successful in 19s
2026-06-12 15:42:56 -04:00
cloudix_mcp_server a33dbfbe7d chore: remove wrong-named workflows 2026-06-12 15:42:33 -04:00
cloudix_mcp_server 95878a525f chore: remove wrong-named workflows 2026-06-12 15:42:29 -04:00
cloudix_mcp_server badcef7a25 chore: remove wrong-named workflows 2026-06-12 15:42:21 -04:00
cloudix_mcp_server 7c0cb1c018 chore: remove wrong-named workflows (will recreate with standard names)
PR Checks / pr-checks (pull_request) Successful in 26s
PR Checks / test (pull_request) Successful in 13s
2026-06-12 15:42:15 -04:00
cloudix_mcp_server 60976b30ec fix(ci): update action SHAs in nightly-rebuild workflow
Hadolint / hadolint (pull_request) Successful in 5s
PR Checks / pr-checks (pull_request) Successful in 21s
PR Checks / test (pull_request) Successful in 11s
2026-06-12 15:36:24 -04:00
cloudix_mcp_server e048c72eae fix(ci): update action SHAs in tag-release workflow
Hadolint / hadolint (pull_request) Successful in 6s
PR Checks / pr-checks (pull_request) Successful in 31s
PR Checks / test (pull_request) Successful in 10s
2026-06-12 15:36:18 -04:00
cloudix_mcp_server b741af039c fix(ci): update actions/checkout SHA in PR checks workflow
Hadolint / hadolint (pull_request) Successful in 9s
PR Checks / pr-checks (pull_request) Successful in 26s
PR Checks / test (pull_request) Successful in 11s
2026-06-12 15:36:07 -04:00
cloudix_mcp_server df4ab1ccd3 fix(ci): update actions/checkout SHA in hadolint workflow
PR Checks / pr-checks (pull_request) Failing after 13m37s
Hadolint / hadolint (pull_request) Failing after 13m42s
PR Checks / test (pull_request) Has been skipped
2026-06-12 15:35:57 -04:00
cloudix_mcp_server dfde0adc5b chore(ci): remove old docker-build.yaml, replaced by new modular workflows
PR Checks / pr-checks (pull_request) Failing after 10s
PR Checks / test (pull_request) Has been skipped
Hadolint / hadolint (pull_request) Failing after 11m52s
2026-06-12 15:32:43 -04:00
cloudix_mcp_server 2cf77f0af3 feat(ci): add nightly rebuild workflow 2026-06-12 15:32:36 -04:00
cloudix_mcp_server 78bb18ad12 feat(ci): add tag release workflow 2026-06-12 15:32:24 -04:00
cloudix_mcp_server 537d0c1dc9 feat(ci): add PR checks workflow 2026-06-12 15:32:15 -04:00
cloudix_mcp_server 56185bffdb feat(ci): add hadolint workflow with step-level continue-on-error 2026-06-12 15:32:06 -04:00
jcabillot 1a85bc6112 Merge pull request 'ci: add automatic semver tagging on merge to main' (#11) from feat/semver-tag-action into main
Docker Build and Push / lint (push) Successful in 7s
Docker Build and Push / build (push) Successful in 36s
Docker Build and Push / test (push) Failing after 14m38s
Docker Build and Push / push (push) Has been skipped
Reviewed-on: #11
2026-06-12 13:42:25 -04:00
cloudix_mcp_server 73d4517fe8 ci: add automatic semver tagging on merge to main
Docker Build and Push / lint (pull_request) Successful in 6s
Docker Build and Push / build (pull_request) Successful in 32s
Docker Build and Push / test (pull_request) Successful in 12s
Docker Build and Push / push (pull_request) Has been skipped
2026-06-12 13:19:41 -04:00
jcabillot d534b2d692 Merge pull request 'chore(deps): update hadolint/hadolint-action action to v3.3.0' (#10) from renovate/hadolint-hadolint-action-3.x into main
Docker Build and Push / lint (push) Successful in 6s
Docker Build and Push / build (push) Successful in 26s
Docker Build and Push / test (push) Successful in 10s
Docker Build and Push / push (push) Successful in 17s
Reviewed-on: #10
v0.0.1
2026-06-12 07:34:17 -04:00
renovate 6df742e115 chore(deps): update hadolint/hadolint-action action to v3.3.0
Docker Build and Push / lint (pull_request) Successful in 7s
Docker Build and Push / build (pull_request) Successful in 25s
Docker Build and Push / test (pull_request) Successful in 11s
Docker Build and Push / push (pull_request) Has been skipped
2026-06-12 01:18:12 +00:00
jcabillot 4e25367e8c Merge pull request 'fix: add version comments to Gitea Actions workflow' (#9) from fix/action-version-comments into main
Docker Build and Push / lint (push) Successful in 7s
Docker Build and Push / build (push) Successful in 39s
Docker Build and Push / test (push) Successful in 11s
Docker Build and Push / push (push) Successful in 23s
Reviewed-on: #9
2026-06-11 21:13:40 -04:00
cloudix_mcp_server 76577d64a8 fix: add version comments to Gitea Actions workflow
Docker Build and Push / lint (pull_request) Successful in 8s
Docker Build and Push / build (pull_request) Successful in 42s
Docker Build and Push / test (pull_request) Successful in 12s
Docker Build and Push / push (pull_request) Has been skipped
2026-06-11 19:05:32 -04:00
cloudix_mcp_server ff943a227d Merge pull request 'chore(deps): update alpine docker tag to v3.24' (#8) from renovate/alpine-3.x into main
Docker Build and Push / lint (push) Successful in 7s
Docker Build and Push / build (push) Successful in 39s
Docker Build and Push / test (push) Successful in 9s
Docker Build and Push / push (push) Successful in 23s
2026-06-10 19:17:56 -04:00
renovate 58ed7a00d3 chore(deps): update alpine docker tag to v3.24
Docker Build and Push / lint (pull_request) Successful in 7s
Docker Build and Push / build (pull_request) Successful in 26s
Docker Build and Push / test (pull_request) Successful in 12s
Docker Build and Push / push (pull_request) Has been skipped
2026-06-09 20:54:59 +00:00
jcabillot 83d704c982 Merge pull request 'chore(config): migrate Renovate config' (#7) from renovate/migrate-config into main
Docker Build and Push / lint (push) Successful in 9s
Docker Build and Push / build (push) Successful in 26s
Docker Build and Push / test (push) Successful in 12s
Docker Build and Push / push (push) Successful in 21s
Reviewed-on: #7
2026-06-09 14:00:43 -04:00
cloudix_mcp_server 79c1416dc1 fix: add branches: [main] filter on push trigger
Docker Build and Push / lint (push) Successful in 9s
Docker Build and Push / build (push) Successful in 32s
Docker Build and Push / test (push) Successful in 17s
Docker Build and Push / push (push) Successful in 25s
2026-06-09 10:48:23 -04:00
renovate 4855b20c0f chore(config): migrate config renovate.json
Docker Build and Push / lint (push) Successful in 9s
Docker Build and Push / build (push) Successful in 46s
Docker Build and Push / test (push) Successful in 8s
Docker Build and Push / push (push) Successful in 23s
Docker Build and Push / lint (pull_request) Successful in 8s
Docker Build and Push / build (pull_request) Successful in 21s
Docker Build and Push / test (pull_request) Successful in 12s
Docker Build and Push / push (pull_request) Has been skipped
2026-06-09 13:33:17 +00:00
jcabillot a66dc2659d Merge pull request 'chore: improve renovate dependency detection' (#5) from chore/renovate into main
Docker Build and Push / lint (push) Successful in 8s
Docker Build and Push / build (push) Successful in 28s
Docker Build and Push / test (push) Successful in 10s
Docker Build and Push / push (push) Successful in 14s
Reviewed-on: #5
2026-06-09 08:39:02 -04:00
Sagent 75e41477ba chore: improve renovate dependency detection
Docker Build and Push / lint (push) Successful in 6s
Docker Build and Push / build (push) Successful in 25s
Docker Build and Push / lint (pull_request) Successful in 6s
Docker Build and Push / test (push) Successful in 10s
Docker Build and Push / build (pull_request) Successful in 25s
Docker Build and Push / push (push) Successful in 1m9s
Docker Build and Push / test (pull_request) Successful in 11s
Docker Build and Push / push (pull_request) Has been skipped
2026-06-09 02:12:45 +00:00
jcabillot af89ede94a Merge pull request 'ci: migrate to 4-job pipeline with SHA-pinned actions' (#4) from feat/gitea-actions-v2 into main
Docker Build and Push / lint (push) Failing after 12m19s
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-08 21:11:54 -04:00
Sagent 0d79461cf9 fix: use = instead of == in shell test (SC3014)
Docker Build and Push / lint (push) Successful in 7s
Docker Build and Push / lint (pull_request) Successful in 5s
Docker Build and Push / build (push) Successful in 20s
Docker Build and Push / build (pull_request) Successful in 31s
Docker Build and Push / test (push) Successful in 18s
Docker Build and Push / test (pull_request) Successful in 18s
Docker Build and Push / push (pull_request) Has been skipped
Docker Build and Push / push (push) Successful in 22s
2026-06-09 01:01:08 +00:00
cloudix_mcp_server 1f6af1d401 fix: add hadolint ignore DL3018 for apk add
Docker Build and Push / lint (pull_request) Failing after 12m37s
Docker Build and Push / lint (push) Failing after 12m44s
Docker Build and Push / build (pull_request) Has been skipped
Docker Build and Push / test (pull_request) Has been skipped
Docker Build and Push / build (push) Has been skipped
Docker Build and Push / test (push) Has been skipped
Docker Build and Push / push (pull_request) Has been skipped
Docker Build and Push / push (push) Has been skipped
2026-06-08 19:02:26 -04:00
cloudix_mcp_server 0969529fc5 ci: add smoke test for docker-duplicacy
Docker Build and Push / lint (push) Failing after 4s
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
Docker Build and Push / lint (pull_request) Failing after 7s
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-08 18:53:05 -04:00
cloudix_mcp_server a14584c55b ci: migrate to 4-job pipeline (lint/build/test/push)
Docker Build and Push / lint (push) Failing after 5s
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
2026-06-08 18:53:02 -04:00
jcabillot b236e68570 feat: add Gitea Actions workflow
Docker Build and Push / build (push) Successful in 38s
feat: add Gitea Actions workflow
2026-05-29 16:22:47 -04:00
Julien Cabillot ac11a60a0c feat: add Gitea Actions workflow 2026-05-29 14:50:51 -04:00
Julien Cabillot 9119f8d9c4 feat: add Gitea Actions workflow 2026-05-29 14:23:14 -04:00
Julien Cabillot f0a99f974a feat: add Gitea Actions workflow 2026-05-29 14:09:04 -04:00
jcabillot 4a5358a028 Merge pull request 'Update alpine Docker tag to v3.23' (#1) from renovate/alpine-3.x into main
perso/docker-duplicacy/pipeline/head This commit looks good
Reviewed-on: #1
2026-05-28 16:47:59 -04:00
renovate b788e2b757 Update alpine Docker tag to v3.23
perso/docker-duplicacy/pipeline/pr-main This commit looks good
2026-05-26 23:44:27 +00:00
Julien Cabillot 4de3a176ef wip
perso/docker-duplicacy/pipeline/head This commit looks good
2023-06-05 19:49:31 -04:00