Skip to content

Commit

Permalink
:fix docker.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
sunwupark committed Feb 7, 2024
1 parent d5e5fbd commit 0f978d7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,8 @@ jobs:
username: ubuntu
key: ${{ secrets.KEY }}
script: |
sudo chmod 666 /var/run/docker.sock
if [ "$(sudo docker ps -aq)" ]; then
if [ "$(sudo docker ps -aq)" ]; then
sudo docker stop $(sudo docker ps -aq)
sudo docker rm -f $(sudo docker ps -aq)
fi
Expand Down

0 comments on commit 0f978d7

Please sign in to comment.