Initial Commit

This commit is contained in:
Thomas Boop
2022-06-02 15:53:11 -04:00
parent 4c8cc497b3
commit 6159767f90
70 changed files with 30723 additions and 0 deletions

10
packages/docker/README.md Normal file
View File

@@ -0,0 +1,10 @@
# Docker Hooks
## Description
This implementation mirrors the original docker implementation in the [Actions Runner](https://github.com/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.