diff options
| author | Gertjan van den Burg <gertjanvandenburg@gmail.com> | 2020-12-16 01:21:38 +0000 |
|---|---|---|
| committer | Gertjan van den Burg <gertjanvandenburg@gmail.com> | 2020-12-16 01:21:38 +0000 |
| commit | 56606b5a0ceb4e7be83f856e5faeaf5967f3382f (patch) | |
| tree | cd53810ee38ec089c31e9eebcccb4d15e0dace96 /.github/workflows/action.yml | |
| parent | Merge workflows (diff) | |
| download | TCPD-56606b5a0ceb4e7be83f856e5faeaf5967f3382f.tar.gz TCPD-56606b5a0ceb4e7be83f856e5faeaf5967f3382f.zip | |
rename back to action.yml
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' |
