fix: Moves away from rootless dind.
Some checks failed
Release code / build (push) Has been cancelled
Some checks failed
Release code / build (push) Has been cancelled
This commit is contained in:
parent
5efb75d49d
commit
d76e32b2c5
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@ jobs:
|
||||||
runs-on: docker
|
runs-on: docker
|
||||||
services:
|
services:
|
||||||
dind:
|
dind:
|
||||||
image: docker:dind-rootless
|
image: docker:dind
|
||||||
options: --privileged
|
options: --privileged
|
||||||
ports:
|
ports:
|
||||||
- 12375:2375
|
- 12375:2375
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue