ephemeral-actions-blog icon indicating copy to clipboard operation
ephemeral-actions-blog copied to clipboard

Github Actions Runner Image

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}