From 4201fd2c13801286edeb0b3154e2da78b9879cce Mon Sep 17 00:00:00 2001 From: nikhil-ctds Date: Thu, 7 Nov 2024 11:06:44 +0530 Subject: [PATCH] tmp commit to check docker installation --- .github/actions/tune-runner-vm/action.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/actions/tune-runner-vm/action.yml b/.github/actions/tune-runner-vm/action.yml index 7e5f77f9a83fe..41ae421b9b93d 100644 --- a/.github/actions/tune-runner-vm/action.yml +++ b/.github/actions/tune-runner-vm/action.yml @@ -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::'