Add bash to dind template
Some checks failed
/ test-docker (push) Successful in 2s
/ test-dind (push) Failing after 6s

This commit is contained in:
Neshura 2023-11-16 17:05:48 +00:00
parent d17a5c9924
commit c1243d1439

View file

@ -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