Switch CI Image to DinD
This commit is contained in:
parent
30245d3971
commit
c7fda29b7c
1 changed files with 3 additions and 1 deletions
|
|
@ -1,5 +1,7 @@
|
|||
default:
|
||||
image: docker:latest
|
||||
image: docker:28.5.1-dind
|
||||
services:
|
||||
- "docker:28.5.1-dind"
|
||||
|
||||
variables:
|
||||
DOCKER_TLS_CERTDIR: "/certs"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue