diff options
| author | Gertjan van den Burg <gertjanvandenburg@gmail.com> | 2020-12-16 00:24:42 +0000 |
|---|---|---|
| committer | Gertjan van den Burg <gertjanvandenburg@gmail.com> | 2020-12-16 00:24:42 +0000 |
| commit | f6e4ba5ad5e31a6d52a868e7ff6f2019d9283ec7 (patch) | |
| tree | c60c7b26d6f86f7b70f605499e835b2f13747a41 /.github | |
| parent | Add docker check (diff) | |
| download | TCPD-f6e4ba5ad5e31a6d52a868e7ff6f2019d9283ec7.tar.gz TCPD-f6e4ba5ad5e31a6d52a868e7ff6f2019d9283ec7.zip | |
fix workflow script
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/validate.yml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.github/workflows/validate.yml b/.github/workflows/validate.yml index c423810..d35e682 100644 --- a/.github/workflows/validate.yml +++ b/.github/workflows/validate.yml @@ -29,5 +29,6 @@ jobs: shell: bash tcpd-docker: - - uses: 'docker' + runs: + using: 'docker' image: 'Dockerfile' |
