diff options
| author | Gertjan van den Burg <gertjanvandenburg@gmail.com> | 2020-12-16 00:52:13 +0000 |
|---|---|---|
| committer | Gertjan van den Burg <gertjanvandenburg@gmail.com> | 2020-12-16 00:52:13 +0000 |
| commit | 84bb18cc20f5760187aaa58c7a8881306eed2ace (patch) | |
| tree | 6365e2a0ceca4ae26e9c6ce3c85b214cbdc013ea /.github/workflows/action.yml | |
| parent | add trigger for docker action (diff) | |
| download | TCPD-84bb18cc20f5760187aaa58c7a8881306eed2ace.tar.gz TCPD-84bb18cc20f5760187aaa58c7a8881306eed2ace.zip | |
Create an action for docker image and use that
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..eb68aea --- /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' |
