From da667c3b048128788fe4d2a43dac0a9c507149d9 Mon Sep 17 00:00:00 2001 From: "Yanina.Voronina" Date: Sun, 27 Apr 2025 05:23:03 -0400 Subject: [PATCH] fix github action workflow failure and add one more mirror into the project and replace with a smaller size docker image on testing --- .github/workflows/ci.yaml | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index de10497..b73d084 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -10,11 +10,11 @@ jobs: ci: runs-on: ubuntu-latest steps: - - uses: docker-practice/actions-setup-docker@master + - name: Set up Docker + uses: docker/setup-docker-action@v4 with: - docker_version: "20.10" - docker_channel: test - docker_buildx: false + version: "26.1.4" + channel: test - run: docker version - run: docker info - name: Test @@ -30,6 +30,7 @@ jobs: docker.fxxk.dedyn.io dockerproxy.com hub.iyuu.cn + hub.registry-mirrors.top hub-mirror.c.163.com hub.atomgit.com hub.docker.com @@ -38,7 +39,7 @@ jobs: mirror.gcr.io $ALIYUN_MIRROR " - image="library/nginx:1.27.2-alpine" + image="library/busybox:1.36.1" for registry in $registrys do