a8b5d9153d
fix: use docker login CLI instead of login-action for Gitea compat
...
CI / Lint (push) Successful in 2m55s
CI / Release (push) Successful in 1m46s
CI / Test (push) Successful in 2m57s
CI / Notify (push) Has been cancelled
CI / Docker Build & Push (push) Has been cancelled
docker/login-action@v3 fails with 'Username and password required' on
Gitea Actions — secrets not passed to action with: inputs. Switch to
direct docker login CLI which reliably interpolates secrets in run: steps.
2026-02-21 19:34:28 -05:00
c28ceadb54
fix: switch Docker registry to HTTPS endpoint with login-action
...
CI / Lint (push) Successful in 2m38s
CI / Test (push) Successful in 2m54s
CI / Release (push) Successful in 1m13s
CI / Docker Build & Push (push) Failing after 9m8s
CI / Notify (push) Successful in 2s
- Replace gitea-http.gitea.svc.cluster.local:3000 with registry.lab.daviestechlabs.io
- Use docker/login-action@v3 for Gitea registry auth (proper buildx integration)
- Remove manual base64 auth to ~/.docker/config.json (not picked up by buildkit)
- Remove insecure registry daemon.json config and Docker restart
- Remove buildkitd insecure registry config
- Remove cache-from/cache-to type=gha (not supported on Gitea Actions)
Fixes 401 Unauthorized: reqPackageAccess on Docker push
2026-02-21 18:05:41 -05:00
1bdf92c376
fix: add GOPRIVATE and git auth for private handler-base module
...
CI / Lint (push) Successful in 2m33s
CI / Test (push) Successful in 2m36s
CI / Release (push) Successful in 1m20s
CI / Docker Build & Push (push) Failing after 6m44s
CI / Notify (push) Successful in 1s
- Set GOPRIVATE=git.daviestechlabs.io to bypass public Go module proxy
- Configure git URL insteadOf with DISPATCH_TOKEN for private repo access
2026-02-20 09:22:36 -05:00
aeb1b749be
feat: rewrite pipeline-bridge in Go
...
Replace Python implementation with Go for smaller container images.
Uses handler-base Go module for NATS, health, and telemetry.
- main.go: pipeline bridge with Argo/Kubeflow HTTP submission
- main_test.go: 8 tests covering helpers and HTTP submit functions
- Dockerfile: multi-stage golang:1.25-alpine → scratch
- CI: Gitea Actions with lint/test/release/docker/notify
2026-02-19 17:52:31 -05:00