aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows/action.yml
diff options
context:
space:
mode:
authorGertjan van den Burg <gertjanvandenburg@gmail.com>2020-12-16 00:52:13 +0000
committerGertjan van den Burg <gertjanvandenburg@gmail.com>2020-12-16 00:52:13 +0000
commit84bb18cc20f5760187aaa58c7a8881306eed2ace (patch)
tree6365e2a0ceca4ae26e9c6ce3c85b214cbdc013ea /.github/workflows/action.yml
parentadd trigger for docker action (diff)
downloadTCPD-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.yml5
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'