Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
walnuts1018 committed Feb 20, 2024
1 parent 2d1892f commit 26ca659
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/docker-back.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,11 +56,13 @@ jobs:
if: runner.os == 'macos'
run: |
brew install --cask docker
ls -al /var/run/docker.sock
- name: test docker run
run: |
ls -al /var/run/docker.sock
sudo docker run --rm hello-world
sudo /Applications/Docker.app/Contents/MacOS/Docker --unattended --install-privileged-components
open -a /Applications/Docker.app --args --unattended --accept-license
while ! /Applications/Docker.app/Contents/Resources/bin/docker info &>/dev/null; do sleep 1; done
- name: Login to GitHub Container Registry
uses: docker/login-action@v3
Expand Down

0 comments on commit 26ca659

Please sign in to comment.