Fix tests and comment string for docker socket mounted path (#3366)

This commit is contained in:
Nikola Jokic
2024-03-19 11:29:07 +01:00
committed by GitHub
parent a7af44e042
commit 2c0e53951b
2 changed files with 5 additions and 6 deletions

View File

@@ -125,7 +125,7 @@ template:
## command: ["/home/runner/run.sh"]
## env:
## - name: DOCKER_HOST
## value: unix:///run/docker/docker.sock
## value: unix:///var/run/docker.sock
## volumeMounts:
## - name: work
## mountPath: /home/runner/_work
@@ -136,7 +136,7 @@ template:
## image: docker:dind
## args:
## - dockerd
## - --host=unix:///run/docker/docker.sock
## - --host=unix:///var/run/docker.sock
## - --group=$(DOCKER_GROUP_GID)
## env:
## - name: DOCKER_GROUP_GID