This commit is contained in:
Patrick Schratz 2024-07-06 15:12:24 +02:00
commit 9ac146e091
Signed by: pat-s
GPG key ID: 3C6318841EF78925

View file

@ -59,10 +59,10 @@ steps:
just build-r-${PLATFORM} $(cat r-release-version.txt) just build-r-${PLATFORM} $(cat r-release-version.txt)
fi fi
volumes: volumes:
- /var/run/docker.sock:/var/run/docker.sock - docker-sock:/var/run/docker.sock
settings: settings:
mount: mount:
- "/var/run/docker.sock" - "docker-sock"
# volumes: # volumes:
# - /var/run/docker.sock:/var/run/docker.sock # - /var/run/docker.sock:/var/run/docker.sock
# - /tmp:/tmp # - /tmp:/tmp