We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9cd2d9d commit 508240bCopy full SHA for 508240b
.github/workflows/docker.yml
@@ -44,6 +44,7 @@ jobs:
44
remove-codeql: 'true'
45
remove-haskell: 'true'
46
remove-android: 'true'
47
+ build-mount-path: /home/runner/work/milabench/
48
49
- name: Show all images
50
run: |
@@ -56,7 +57,7 @@ jobs:
56
57
docker image prune -f -a --filter "until=336h"
58
docker system prune -f
59
sudo apt install jq -y
- jq '. + { "data-root": "/home/runner/work/milabench/milabench/docker" }' /etc/docker/daemon.json > newconfig.json
60
+ jq '. + { "data-root": "/home/runner/work/milabench/docker" }' /etc/docker/daemon.json > newconfig.json
61
sudo mv -f newconfig.json /etc/docker/daemon.json
62
cat /etc/docker/daemon.json
63
sudo systemctl stop docker.service
0 commit comments