Files
ntfy-discord/.gitea/workflows
Billy D. c4fd58c951
Some checks failed
CI / Test (push) Successful in 3m12s
CI / Release (push) Successful in 1m33s
CI / Lint (push) Successful in 2m55s
CI / Docker Build & Push (push) Failing after 8m26s
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:42 -05:00
..