Skip to content

analyticsMD/github-runner

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 

Repository files navigation

GitHub Actions Runner Image

Using GitHub's actions-runner base image and adding the following:

  • git (Funny but true)
  • jq
  • nodejs
  • openssh-client
  • unzip

Pushing to GitHub Container Registry

docker build -t actions-runner-with-git --platform=linux/amd64 .
docker tag actions-runner-with-git ghcr.io/analyticsmd/github-runner
docker push ghcr.io/analyticsmd/github-runner 

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages