Skip to content

Commit d781b03

Browse files
committed
Change podman mount to home
Signed-off-by: Anton Troshin <[email protected]>
1 parent 9bc96c2 commit d781b03

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/self_hosted_e2e.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ jobs:
120120
121121
# Start podman machine
122122
sudo podman-mac-helper install
123-
podman machine init
123+
podman machine init -v $HOME:$HOME
124124
podman machine start --log-level debug
125125
podman machine ssh sudo sysctl -w kernel.keys.maxkeys=20000
126126
echo "CONTAINER_RUNTIME=podman" >> $GITHUB_ENV

0 commit comments

Comments
 (0)