Skip to content

Commit bbf1021

Browse files
authored
Update build-image-test.yaml
1 parent 4df69be commit bbf1021

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-image-test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ jobs:
7575
run: |
7676
docker context ls
7777
# Colima usually creates the socket at ~/.colima/default/docker.sock
78-
DOCKER_SOCKET_PATH=$(docker context ls | awk '{print $3}' | grep colima)
78+
DOCKER_SOCKET_PATH=$(docker context ls | awk '{print $4}' | grep colima)
7979
echo "DOCKER_HOST=$DOCKER_SOCKET_PATH" >> $GITHUB_ENV
8080
docker
8181
docker context ls

0 commit comments

Comments
 (0)