mirror of
https://github.com/wahyd4/home-docker.git
synced 2026-08-09 04:15:52 +10:00
- .github/workflows/build-demo-service.yml builds on push when home-apps/demo-service/** - Pushes to ghcr.io/wahyd4/demo-manager with git SHA tag + :latest - Updates k8s-manifest.yaml with new image tag - ArgoCD picks up the new image on next sync k8s-manifest changes: - image: ghcr.io/wahyd4/demo-manager (was docker.io/library/demo-manager) - imagePullPolicy: Always - imagePullSecrets: github-image-pull-secret (auth for ghcr.io)