From 4c3f58df59ffc59d9352709eabb2f68f58f50511 Mon Sep 17 00:00:00 2001 From: George Gabolaev Date: Thu, 28 Nov 2024 12:37:30 +0100 Subject: [PATCH] feat: run as --unattended on linux --- start/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/start/action.yml b/start/action.yml index 955f9c2..e8398ba 100644 --- a/start/action.yml +++ b/start/action.yml @@ -145,7 +145,7 @@ runs: docker context create desktop-linux --docker host=unix://${HOME}/.docker/desktop/docker.sock --description "Docker Desktop" docker context use desktop-linux - /opt/docker-desktop/bin/com.docker.backend & + /opt/docker-desktop/bin/com.docker.backend --unattended & - name: Wait for Docker to be up and running shell: bash