Skip to content

Commit

Permalink
Update docker.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Delaunay authored Aug 5, 2024
1 parent a433c2f commit cf6f19b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
# The images are still on github registry
docker info
sudo apt install jq -y
sudo jq --arg dataRoot "/home/runner/work/milabench/milabench" '. + { "data-root": $dataRoot }' "/etc/docker/daemon.json" > /etc/docker/daemon.json
sudo jq --arg dataRoot "/home/runner/work/milabench/milabench" '. + { "data-root": $dataRoot }' "/etc/docker/daemon.json" | sudo tee "/etc/docker/daemon.json"
cat /etc/docker/daemon.json
sudo systemctl stop docker.service
sudo systemctl stop docker.socket
Expand Down

0 comments on commit cf6f19b

Please sign in to comment.