A simple github actions runner image alternative.
Image definition: Dockerfile
Image link: https://hub.docker.com/repository/docker/hy0tic/common-runner-image
To use this image in your Github Actions runner, simply specify the image in the job:
jobs:
build-and-upload:
runs-on: ubuntu-latest # this is still required
container:
image: hy0tic/common-runner-image
full example here