Skip to content

Commit

Permalink
Start docker as root
Browse files Browse the repository at this point in the history
  • Loading branch information
Oleksandr Kuzminskyi committed Jul 20, 2024
1 parent 795f419 commit 1cdd1ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/CD.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
sudo /Volumes/Docker/Docker.app/Contents/MacOS/install --accept-license
sudo hdiutil detach /Volumes/Docker
echo "/Applications/Docker.app/Contents/Resources/bin" >> $GITHUB_PATH
open /Applications/Docker.app
sudo -i open /Applications/Docker.app
- name: "Setup tmate session"
uses: "mxschmitt/action-tmate@v3"
Expand Down

0 comments on commit 1cdd1ec

Please sign in to comment.