We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent be4664b commit efbc590Copy full SHA for efbc590
.github/workflows/integration-tests.yml
@@ -27,7 +27,7 @@ jobs:
27
brew install podman
28
podman machine init
29
podman machine start
30
- echo "DOCKER_HOST=unix:///Users/runner/.local/share/containers/podman/machine/podman-machine-default/podman.sock" >> $GITHUB_ENV
+ echo "DOCKER_HOST=unix:///Users/runner/.local/share/containers/podman/machine/qemu/podman.sock" >> $GITHUB_ENV
31
32
- name: Set up Go
33
uses: actions/setup-go@v4
0 commit comments