diff options
| author | Gertjan van den Burg <gertjanvandenburg@gmail.com> | 2020-12-16 01:27:11 +0000 |
|---|---|---|
| committer | Gertjan van den Burg <gertjanvandenburg@gmail.com> | 2020-12-16 01:27:11 +0000 |
| commit | 0bda7985e0bbfc8d14df8befd87e2bbfa4dda6be (patch) | |
| tree | 375da44b8e4cfe7df42b49369a107f5bc5dd10f6 /.github/workflows/action.yml | |
| parent | Merge branch 'feature/gh_actions' (diff) | |
| parent | Merge branch 'master' into feature/gh_actions (diff) | |
| download | TCPD-0bda7985e0bbfc8d14df8befd87e2bbfa4dda6be.tar.gz TCPD-0bda7985e0bbfc8d14df8befd87e2bbfa4dda6be.zip | |
Merge branch 'feature/gh_actions'
Diffstat (limited to '.github/workflows/action.yml')
| -rw-r--r-- | .github/workflows/action.yml | 5 |
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' |
