Skip to content

Commit 257e4e5

Browse files
Update Podman DOCKER_HOST
1 parent 11c9338 commit 257e4e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test-template.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
sudo apt-get -y install podman
3939
sudo systemctl enable --now podman.socket
4040
podman info
41-
echo "DOCKER_HOST=unix://${XDG_RUNTIME_DIR}/podman/podman.sock" >> $GITHUB_ENV
41+
echo "DOCKER_HOST=unix://$(podman info --format '{{.Host.RemoteSocket.Path}}') >> $GITHUB_ENV
4242
echo "CI_PODMAN=true" >> $GITHUB_ENV
4343
4444
- name: Colima constraints

0 commit comments

Comments
 (0)