Skip to content

Commit

Permalink
chore: Update image testing tool
Browse files Browse the repository at this point in the history
  • Loading branch information
CheyiLin committed Jun 21, 2024
1 parent 285ad4c commit 454bada
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ jobs:
docker run -d --privileged \
--network=dind --network-alias=docker -e DOCKER_TLS_CERTDIR= docker:${{ env.DOCKER_VERSION }}-dind \
--tls=false --registry-mirror=https://mirror.gcr.io
docker run --network=dind praqma/network-multitool \
docker run --network=dind wbitt/network-multitool \
sh -c 'until curl -sf http://docker:2375/_ping; do echo "* Wait for dockerd to be ready ..."; sleep 1; done'
- name: Test (linux/amd64)
run: |
Expand Down

2 comments on commit 454bada

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pipeline has passed. 🎉

  • context: v1
  • version: 1.33.12

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pipeline has passed. 🎉

  • context: v2
  • version: 2.16.12

Please sign in to comment.