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!
|
- run: echo Docker works!
|
||||||
test-dind:
|
test-dind:
|
||||||
runs-on: dind
|
runs-on: dind
|
||||||
|
cmd: /sbin/apk add bash
|
||||||
steps:
|
steps:
|
||||||
- run: docker run hello-world
|
- run: docker run hello-world
|
Loading…
Reference in a new issue