Skip to content

akash-network/github-runner

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

GitHub Runner

Custom GitHub Actions self-hosted runner image based on myoung34/github-runner with npm pre-installed.

Image

ghcr.io/akash-network/github-runner

Available Tags

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

Included Tools

  • All tools from the base myoung34/github-runner:ubuntu-jammy image
  • npm

Releases

To create a new versioned release:

git tag v1.0.0
git push origin v1.0.0

This triggers the build workflow which publishes:

  • v1.0.0+YYYYMMDD (with build date metadata)
  • v1.0.0
  • v1.0
  • v1

Automatic Updates

The image is automatically rebuilt weekly (Sundays at midnight UTC) to incorporate upstream updates and security patches.

About

Github runner image for self-hosting on Akash

Resources

Code of conduct

Stars

Watchers

Forks

Packages

 
 
 

Contributors