fix: Moves away from rootless dind.
Some checks failed
Release code / build (push) Has been cancelled

This commit is contained in:
Tera << 8 2024-12-24 12:01:22 -05:00
parent 5efb75d49d
commit d76e32b2c5
Signed by: imterah
GPG key ID: 8FA7DD57BA6CEA37

View file

@ -10,7 +10,7 @@ jobs:
runs-on: docker
services:
dind:
image: docker:dind-rootless
image: docker:dind
options: --privileged
ports:
- 12375:2375