Commit Graph

8 Commits

Author SHA1 Message Date
39bdf82fac fix(build-and-push): stop DOCKER_HOST overriding remote-builder context
- DOCKER_HOST env var was set to the builder hostname, which Docker treats
  as tcp://host:2375 and which overrides the active docker context, so the
  SSH remote-builder context was ignored (Cannot connect to tcp://docker-build.haven:2375)
- context endpoint used a literal ssh://***@ instead of the docker_user input
- create an actual buildx builder instance named remote-builder (build-push-action
  needs a builder instance, not just a context)
2026-07-12 12:38:33 -03:00
1dc0cfb5ce updating pipeline 2026-07-10 19:22:14 -03:00
740cbef5c1 feat: add composite action to build and push multi-arch images via remote Docker builder 2026-07-10 18:14:43 -03:00
ea92f3e55d feat: add build-and-push and ssh-deploy composite actions with image tagging support 2026-07-10 18:10:30 -03:00
e098b7e0c5 adding image tag 2026-07-10 17:48:15 -03:00
fb6584ea84 docs: use full Gitea URL for pipeline-actions uses: references 2026-07-10 10:43:20 -03:00
586ba48de7 feat: new ssh-deploy job 2026-07-10 07:19:53 -03:00
5c11a6cf44 feat: reusable build-and-push and deploy-restart composite actions
- build-and-push: multi-arch Docker build via remote Buildx builder over SSH
- deploy-restart: kubectl rollout restart with kubeconfig validation
- README with usage examples and required secrets
2026-07-08 19:57:15 -03:00