Blog
Step 7: GitHub Actions for build and deploy
The workflow now builds the site image, pushes it to GHCR, updates the live cluster, and checks the public route before the job exits.
Pipeline shape
- Build the HTML image from the repository content.
- Validate the image includes the expected pages.
- Push SHA-tagged and latest images to GHCR.
- Patch the live image volume and wait for rollout.