Custom GitHub Actions self-hosted runner image based on myoung34/github-runner with npm pre-installed.
ghcr.io/akash-network/github-runner
| Tag | Description |
|---|---|
latest |
Latest build from main branch |
v1.0.0+YYYYMMDD |
Versioned release with build date |
v1.0.0 |
Versioned release |
v1.0 |
Minor version |
v1 |
Major version |
- All tools from the base
myoung34/github-runner:ubuntu-jammyimage - npm
To create a new versioned release:
git tag v1.0.0
git push origin v1.0.0This triggers the build workflow which publishes:
v1.0.0+YYYYMMDD(with build date metadata)v1.0.0v1.0v1
The image is automatically rebuilt weekly (Sundays at midnight UTC) to incorporate upstream updates and security patches.