aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows/action.yml
diff options
context:
space:
mode:
authorGertjan van den Burg <gertjanvandenburg@gmail.com>2021-01-26 18:23:44 +0000
committerGertjan van den Burg <gertjanvandenburg@gmail.com>2021-01-26 18:23:44 +0000
commita95ecbe08df57ab47d5b12855a7cd1555b1a1c53 (patch)
tree1ff353b2789cd30c7c8c6e85c55240e67185369e /.github/workflows/action.yml
parentShow output of commands (diff)
downloadTCPDBench-a95ecbe08df57ab47d5b12855a7cd1555b1a1c53.tar.gz
TCPDBench-a95ecbe08df57ab47d5b12855a7cd1555b1a1c53.zip
Move docker build to separate action
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 00000000..7110d442
--- /dev/null
+++ b/.github/workflows/action.yml
@@ -0,0 +1,5 @@
+name: TCPDBench Docker
+description: Runs the TCPDBench checks using Docker
+runs:
+ using: docker
+ image: ../../Dockerfile