This fork builds a custom Coder Docker image and pushes it to GitHub Container Registry.
ghcr.io/biptec/coder
The main deploy tag is based on the commit SHA:
ghcr.io/biptec/coder:sha-<short-sha>
When pushed to main, the workflow also updates:
ghcr.io/biptec/coder:main
For Kubernetes deploys, prefer the immutable SHA tag instead of main.
The workflow is here:
.github/workflows/build-custom-image.yaml
It runs on:
push to main
manual workflow_dispatch
Manual runs can also create an extra tag, for example:
dev-001
Use the pushed image in dev-infra Coder Helm values:
coder:
image:
repo: ghcr.io/biptec/coder
tag: sha-<short-sha>Exact Helm value names should be confirmed in dev-infra when wiring the Coder chart.