Update docs_docker-run.yml

Maybe adding the groups helps? It used to work
This commit is contained in:
Ian Bell
2025-05-17 20:36:55 -04:00
committed by GitHub
parent 267d64533a
commit c216150594

View File

@@ -22,7 +22,7 @@ jobs:
container:
image: ghcr.io/coolprop/coolprop_docs_02_builder:dev
options: --user 1001
options: --user 1001 --group 1001
credentials:
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}