Skip to content

Commit

Permalink
tmp commit to check docker installation
Browse files Browse the repository at this point in the history
  • Loading branch information
nikhil-ctds committed Nov 7, 2024
1 parent a1cf282 commit 4201fd2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/actions/tune-runner-vm/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,8 +79,8 @@ runs:
# enable docker experimental mode which is
# required for using "docker build --squash" / "-Ddocker.squash=true"
daemon_json="$(sudo cat /etc/docker/daemon.json | jq '.experimental = true')"
echo "$daemon_json" | sudo tee /etc/docker/daemon.json
daemon_json="$(sudo cat ~/.config/docker/daemon.json | jq '.experimental = true')"
echo "$daemon_json" | sudo tee ~/.config/docker/daemon.json
# restart docker daemon
sudo systemctl restart docker
echo '::endgroup::'
Expand Down

0 comments on commit 4201fd2

Please sign in to comment.