aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows/action.yml
diff options
context:
space:
mode:
authorGertjan van den Burg <gertjanvandenburg@gmail.com>2020-12-16 01:21:38 +0000
committerGertjan van den Burg <gertjanvandenburg@gmail.com>2020-12-16 01:21:38 +0000
commit56606b5a0ceb4e7be83f856e5faeaf5967f3382f (patch)
treecd53810ee38ec089c31e9eebcccb4d15e0dace96 /.github/workflows/action.yml
parentMerge workflows (diff)
downloadTCPD-56606b5a0ceb4e7be83f856e5faeaf5967f3382f.tar.gz
TCPD-56606b5a0ceb4e7be83f856e5faeaf5967f3382f.zip
rename back to action.yml
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..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'