Skip to content

Commit

Permalink
Merge pull request #31 from gabolaev/unattended-linux
Browse files Browse the repository at this point in the history
feat: run as `--unattended` on linux
  • Loading branch information
gtardif authored Nov 28, 2024
2 parents ca8f1a9 + e99e73c commit 477d836
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
build-url:
[
"latest",
"https://desktop-stage.docker.com/linux/main/amd64/152519/docker-desktop-4.32.0-amd64.deb",
"https://desktop.docker.com/linux/main/amd64/docker-desktop-amd64.deb",
]
timeout-minutes: 20
steps:
Expand Down
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 477d836

Please sign in to comment.