kv-tube/.forgejo/workflows/test-dind.yml
KV-Tube Deployer f5f356d695
Some checks failed
Test DinD / test (push) Failing after 1s
test: dind runner
2026-03-28 09:17:01 +07:00

10 lines
181 B
YAML

name: Test DinD
on: push
jobs:
test:
runs-on: docker-build
steps:
- run: echo "hostname:" && hostname
- run: apk add --no-cache docker-cli && docker version