diff options
Diffstat (limited to '.github/workflows/action.yml')
| -rw-r--r-- | .github/workflows/action.yml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/.github/workflows/action.yml b/.github/workflows/action.yml new file mode 100644 index 0000000..1a63d5c --- /dev/null +++ b/.github/workflows/action.yml @@ -0,0 +1,5 @@ +name: 'TCPD Docker' +description: 'Runs the TCPD build script in a Docker container' +runs: + using: 'docker' + image: '../../Dockerfile' |
