ci: fix more commands again
Some checks failed
build-docker-images-for-latest-release / build-and-push (push) Failing after 1m21s
Some checks failed
build-docker-images-for-latest-release / build-and-push (push) Failing after 1m21s
This commit is contained in:
parent
3e74378fa7
commit
330795d4ed
@ -28,7 +28,7 @@ jobs:
|
|||||||
# Restart Docker Daemon Without systemd
|
# Restart Docker Daemon Without systemd
|
||||||
- name: Restart Docker Daemon
|
- name: Restart Docker Daemon
|
||||||
run: |
|
run: |
|
||||||
sudo killall dockerd || true
|
sudo pkill -f dockerd || true
|
||||||
sudo nohup dockerd > /dev/null 2>&1 &
|
sudo nohup dockerd > /dev/null 2>&1 &
|
||||||
sleep 5
|
sleep 5
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user