Skip to content

Commit

Permalink
feat: run as --unattended on linux
Browse files Browse the repository at this point in the history
  • Loading branch information
gabolaev committed Nov 28, 2024
1 parent ca8f1a9 commit 4c3f58d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion start/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 4c3f58d

Please sign in to comment.