Skip to content

Commit

Permalink
try sysctrl
Browse files Browse the repository at this point in the history
  • Loading branch information
akasona committed Nov 21, 2024
1 parent 323fd43 commit f071e67
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build-and-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@ jobs:
runs-on: ubuntu-latest
steps:
- run: sudo cat /etc/default/docker
- run: sudo status docker
- run: sudo restart docker
- run: sudo stop docker
- run: sudo systemctl status docker
- run: sudo systemctl restart docker
- run: sudo systemctl stop docker

0 comments on commit f071e67

Please sign in to comment.