Skip to content

Commit fe6fc59

Browse files
Update Podman DOCKER_HOST
1 parent 257e4e5 commit fe6fc59

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://$(podman info --format '{{.Host.RemoteSocket.Path}}') >> $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)