Files
runner-container-hooks/packages/docker
Nikola Jokic 20c19dae27 refactor around job claim name and runner instance labels (#20)
* refactor around job claim name, and runner instance labels

* repaired failing test
2022-06-22 09:32:50 -04:00
..
2022-06-02 15:53:11 -04:00
2022-06-02 15:53:11 -04:00
2022-06-02 15:53:11 -04:00
2022-06-02 15:53:11 -04:00
2022-06-02 15:53:11 -04:00

Docker Hooks

Description

This implementation mirrors the original docker implementation in the Actions Runner.

Feel free to fork this repo and modify it in order to customize that implementation

Pre-requisites

The GITHUB_WORKSPACE env will be set to the GitHub Workspace. This is done automatically by the actions runner, but may need to be done manually when testing The docker cli is installed on the machine, and docker is running.