Skip to content

Commit a2bc4dd

Browse files
authored
Update build-image-test.yaml
1 parent b760886 commit a2bc4dd

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,11 +73,13 @@ jobs:
7373
- name: Set DOCKER_HOST to point to Colima's socket
7474
if: matrix.os-type == 'darwin'
7575
run: |
76+
docker context ls
7677
# Colima usually creates the socket at ~/.colima/default/docker.sock
7778
# The `colima env` command can give you the exact DOCKER_HOST value
7879
DOCKER_SOCKET_PATH=$(colima env --shell bash | grep DOCKER_HOST | cut -d'=' -f2 | tr -d '"')
7980
echo "DOCKER_HOST=$DOCKER_SOCKET_PATH" >> $GITHUB_ENV
8081
docker info # Verify Docker daemon is accessible
82+
docker context ls
8183
8284
- name: Set up Docker Buildx
8385
uses: docker/setup-buildx-action@b5ca514318bd6ebac0fb2aedd5d36ec1b5c232a2 # v3.10.0

0 commit comments

Comments
 (0)