aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows/action.yml
diff options
context:
space:
mode:
authorGertjan van den Burg <gertjanvandenburg@gmail.com>2020-12-16 01:27:11 +0000
committerGertjan van den Burg <gertjanvandenburg@gmail.com>2020-12-16 01:27:11 +0000
commit0bda7985e0bbfc8d14df8befd87e2bbfa4dda6be (patch)
tree375da44b8e4cfe7df42b49369a107f5bc5dd10f6 /.github/workflows/action.yml
parentMerge branch 'feature/gh_actions' (diff)
parentMerge branch 'master' into feature/gh_actions (diff)
downloadTCPD-0bda7985e0bbfc8d14df8befd87e2bbfa4dda6be.tar.gz
TCPD-0bda7985e0bbfc8d14df8befd87e2bbfa4dda6be.zip
Merge branch 'feature/gh_actions'
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'