We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f6b5fe5 commit 990a65dCopy full SHA for 990a65d
1 file changed
.github/workflows/docker.yml
@@ -1,5 +1,9 @@
1
name: tests
2
3
+runs:
4
+ using: 'docker'
5
+ image: 'Dockerfile'
6
+
7
on: push
8
9
jobs:
0 commit comments