Add bash to dind template
This commit is contained in:
parent
d17a5c9924
commit
c1243d1439
1 changed files with 1 additions and 0 deletions
|
@ -6,5 +6,6 @@ jobs:
|
|||
- run: echo Docker works!
|
||||
test-dind:
|
||||
runs-on: dind
|
||||
cmd: /sbin/apk add bash
|
||||
steps:
|
||||
- run: docker run hello-world
|
Loading…
Reference in a new issue