Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 390 Bytes

README.MD

File metadata and controls

16 lines (13 loc) · 390 Bytes

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