aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows/action-v1.yml
diff options
context:
space:
mode:
authorGertjan van den Burg <gertjanvandenburg@gmail.com>2020-12-16 01:20:26 +0000
committerGertjan van den Burg <gertjanvandenburg@gmail.com>2020-12-16 01:20:26 +0000
commita22080c1bcb9989a8cc58c15bb3a7fee2be33cf3 (patch)
treeab38428f6b262ca43ffcb77f6e2ca08feb30ce22 /.github/workflows/action-v1.yml
parentInstall wheel package too (diff)
downloadTCPD-a22080c1bcb9989a8cc58c15bb3a7fee2be33cf3.tar.gz
TCPD-a22080c1bcb9989a8cc58c15bb3a7fee2be33cf3.zip
Merge workflows
Diffstat (limited to '.github/workflows/action-v1.yml')
-rw-r--r--.github/workflows/action-v1.yml5
1 files changed, 5 insertions, 0 deletions
diff --git a/.github/workflows/action-v1.yml b/.github/workflows/action-v1.yml
new file mode 100644
index 0000000..1a63d5c
--- /dev/null
+++ b/.github/workflows/action-v1.yml
@@ -0,0 +1,5 @@
+name: 'TCPD Docker'
+description: 'Runs the TCPD build script in a Docker container'
+runs:
+ using: 'docker'
+ image: '../../Dockerfile'