Commit graph

3 commits

Author SHA1 Message Date
Tracewebstudio Dev
828113cc47 ci: stop treating registry host as secret 2026-04-17 02:39:52 +02:00
Ashwin Kumar
ca9f9acf79 fix(ci): redirect docker-buildx to private registry
- Use REGISTRY_HOSTPORT for registry (not docker.io or ghcr.io)
- Use REGISTRY_USERNAME/REGISTRY_PASSWORD for auth
- Fix repo path to not include full URL or username prefix
2026-04-12 13:39:29 +02:00
Ashwin Kumar
39107e4fa4 fix(woodpecker): use simple Dockerfile and reduce build complexity
- Replace complex caching with simple Dockerfile

- Remove cargo-chef complexity that was slowing builds

- Add .woodpecker-base.yml for separate base image builds

- Add Dockerfile.simple for faster builds

- Add Dockerfile.ultrafast for when base image exists
2026-04-10 12:56:28 +02:00