Add Docker in Docker service
Some checks failed
Testing Gitea Actions / Build (push) Failing after 1s
Some checks failed
Testing Gitea Actions / Build (push) Failing after 1s
This commit is contained in:
parent
42d0219b18
commit
555f732462
@ -6,6 +6,14 @@ jobs:
|
||||
Build:
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
services:
|
||||
docker:
|
||||
image: dind:latest
|
||||
|
||||
env:
|
||||
DOCKER_HOST: tcp://docker:2376
|
||||
DOCKER_TLS_VERIFY: ""
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user