Files
pipeline-bridge/.gitea/workflows/build-push.yaml
Billy D. c28ceadb54
Some checks failed
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
fix: switch Docker registry to HTTPS endpoint with login-action
- 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

6.2 KiB