ci: fix more commands again
Some checks failed
build-docker-images-for-latest-release / build-and-push (push) Failing after 1m21s

This commit is contained in:
fly6516 2024-12-29 11:20:03 +08:00
parent 3e74378fa7
commit 330795d4ed

View File

@ -28,7 +28,7 @@ jobs:
# Restart Docker Daemon Without systemd
- name: Restart Docker Daemon
run: |
sudo killall dockerd || true
sudo pkill -f dockerd || true
sudo nohup dockerd > /dev/null 2>&1 &
sleep 5