Commit graph

71 commits

Author SHA1 Message Date
Tracewebstudio Dev
395a03c0e8 ci: stop treating registry host as secret 2026-04-17 02:39:51 +02:00
Tracewebstudio Dev
df72e6059e ci: wire woodpecker registry secrets 2026-04-17 02:05:51 +02:00
Tracewebstudio Dev
6531200ab7 ci: fix woodpecker registry secrets and base images 2026-04-17 01:41:59 +02:00
Tracewebstudio Dev
2cea7b8bfb ci: explicitly wire secrets with from_secret in environment 2026-04-17 01:10:54 +02:00
Tracewebstudio Dev
c93babe5cd ci: fix secrets injection using secrets: block 2026-04-17 01:01:48 +02:00
Tracewebstudio Dev
fdf0d185d4 ci: use docker cli directly - images already in registry 2026-04-17 00:51:47 +02:00
Tracewebstudio Dev
4c39d53715 ci: use registry.nxtgauge.com/kaniko:2.1.1 explicitly 2026-04-17 00:45:34 +02:00
Tracewebstudio Dev
37b49c8cb5 ci: use kaniko:2.1.1 from registry 2026-04-17 00:41:11 +02:00
Tracewebstudio Dev
ae8d07f877 ci: use kaniko, registry host from secret, remove hardcoded values 2026-04-17 00:38:22 +02:00
Tracewebstudio Dev
60b8cbf637 ci: pull docker cli from registry.nxtgauge.com instead of Docker Hub 2026-04-17 00:35:34 +02:00
Tracewebstudio Dev
d4705fe2cf ci: use docker cli instead of kaniko 2026-04-17 00:09:34 +02:00
Tracewebstudio Dev
aa8247f13f ci: fix kaniko image path - use registry.nxtgauge.com/kaniko:2.1.1 2026-04-17 00:05:38 +02:00
Tracewebstudio Dev
b78fbe9873 ci: use kaniko from registry.nxtgauge.com instead of Docker Hub 2026-04-16 23:58:51 +02:00
Tracewebstudio Dev
ba3b49b1bf ci: use registry.nxtgauge.com without port (server fixed) 2026-04-16 23:21:25 +02:00
Tracewebstudio Dev
a7f78fc1d1 ci: revert to registry.nxtgauge.com:5000 (from 4d6de95 - working config) 2026-04-16 23:08:10 +02:00
Tracewebstudio Dev
afaabc55eb ci: revert to woodpeckerci plugin-kaniko from Docker Hub 2026-04-16 22:38:37 +02:00
Tracewebstudio Dev
e019440097 ci: use kaniko from registry.nxtgauge.com 2026-04-16 22:28:31 +02:00
Tracewebstudio Dev
0724d17aed ci: revert admin to direct kaniko build (no crane) 2026-04-16 22:16:48 +02:00
Tracewebstudio Dev
e044d4c5cc ci: mirror node:20-alpine first, then build admin 2026-04-16 21:33:05 +02:00
Tracewebstudio Dev
b316181e77 fix: use registry.nxtgauge.com without port 2026-04-15 14:58:40 +02:00
Tracewebstudio Dev
aaab214b2c fix: hardcode registry with port 5000 2026-04-15 14:51:00 +02:00
Tracewebstudio Dev
df5326db73 chore: remove gitops update step (handled server-side) 2026-04-14 18:52:19 +02:00
Tracewebstudio Dev
bee549a7fb fix: use GITOPS_REPO_URL with GHCR auth 2026-04-14 18:44:10 +02:00
Tracewebstudio Dev
9361502d8a fix: use GHCR_TOKEN/GHCR_USERNAME for gitops push 2026-04-14 18:31:56 +02:00
Tracewebstudio Dev
4cbab9cb0e fix: use GITOPS_REPO_URL secret for git clone 2026-04-14 18:30:51 +02:00
Tracewebstudio Dev
515882bd2b fix: use GITHUB_TOKEN for git clone 2026-04-14 18:27:57 +02:00
Tracewebstudio Dev
9cae2f9125 ci: add gitops update step while keeping original registry config 2026-04-14 14:34:01 +02:00
Tracewebstudio Dev
8959025299 fix: use explicit registry.nxtgauge.com:5000 with REGISTRY_* secrets 2026-04-14 14:32:28 +02:00
Tracewebstudio Dev
0886b88fe6 ci: simplify GitOps update to use Woodpecker's Git access 2026-04-14 14:28:22 +02:00
Tracewebstudio Dev
acfb25043b fix: use GHCR_USERNAME/GHCR_TOKEN instead of REGISTRY_* 2026-04-14 14:26:56 +02:00
Tracewebstudio Dev
7625d542ae ci: add GitOps update step to Woodpecker pipeline
- After building, update nxtgauge-gitops with new SHA tag
- Requires secrets: GITOPS_REPO_URL, GITOPS_BRANCH, GITOPS_TOKEN
2026-04-14 14:19:04 +02:00
Ashwin Kumar
eb235676b4 fix(ci): use from_secret for REGISTRY_HOSTPORT in kaniko 2026-04-12 13:44:24 +02:00
Ashwin Kumar
88d9ebbfc2 fix(ci): use REGISTRY_HOSTPORT secret for private registry 2026-04-12 12:17:10 +02:00
Ashwin Kumar
f01f071322 fix(ci): use repo path only for kaniko destination 2026-04-11 13:58:08 +02:00
Ashwin Kumar
7ecbe69196 fix(ci): switch to kaniko for http local registry push 2026-04-11 13:49:49 +02:00
Ashwin Kumar
3b877d6366 fix(ci): qualify repo target and restore explicit registry push auth 2026-04-11 13:43:32 +02:00
Ashwin Kumar
fffe8c95c0 fix(ci): force http local registry endpoint for buildx push 2026-04-11 13:32:35 +02:00
Ashwin Kumar
791f92b503 fix(ci): restore working buildx settings pattern with registry push creds 2026-04-11 00:38:02 +02:00
Ashwin Kumar
63b1d85450 fix(ci): fallback to dockerhub secrets and static registry host 2026-04-11 00:07:58 +02:00
Ashwin Kumar
688e1347e0 fix(ci): quote secret guard command for valid yaml 2026-04-11 00:01:15 +02:00
Ashwin Kumar
83ccd127e6 fix(ci): use dedicated REGISTRY_* secrets for docker login 2026-04-10 23:55:53 +02:00
Ashwin Kumar
98b54e55e4 fix(ci): map registry login to dockerhub secrets 2026-04-10 23:30:00 +02:00
Ashwin Kumar
18ebedebc9 fix(ci): use docker cli build/push instead of buildx 2026-04-10 23:20:25 +02:00
Ashwin Kumar
01e8dbf5d5 fix(ci): normalize registry host and scoped repo settings 2026-04-10 23:13:24 +02:00
Ashwin Kumar
c9a9c1f443 fix(ci): force http registry endpoint for buildx push 2026-04-10 22:43:04 +02:00
Ashwin Kumar
c6bf318974 fix(ci): push to scoped local registry with explicit login 2026-04-10 22:26:06 +02:00
Ashwin Kumar
452146cf36 fix(ci): disable buildx cache to avoid https cache export 2026-04-10 22:08:02 +02:00
Ashwin Kumar
fe3bd21a48 fix(ci): use repo name with registry setting for insecure push 2026-04-10 21:58:02 +02:00
Ashwin Kumar
dc56f16a4e chore(ci): revert to buildx plugin with local registry auth 2026-04-10 21:30:26 +02:00
Ashwin Kumar
161c07ddbf fix(ci): configure kaniko auth for local registry 2026-04-10 21:18:26 +02:00