Code for the blog series here. To build this image:
$ docker build -t actions-image .
To register an actions runner against your repository:
$ docker run -ti --rm actions-image ${OWNER} ${REPO} ${TOKEN} ${NAME}
wayofthepie
Back