From fbb284909a79ebb75a8f0202b8dc0bb0ccbfe452 Mon Sep 17 00:00:00 2001 From: walker Date: Fri, 15 Mar 2024 13:53:33 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9action=E6=A3=80=E5=87=BA?= =?UTF-8?q?=E8=B7=AF=E5=BE=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitea/workflows/CI.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitea/workflows/CI.yaml b/.gitea/workflows/CI.yaml index 09afdb4..2f29b5a 100644 --- a/.gitea/workflows/CI.yaml +++ b/.gitea/workflows/CI.yaml @@ -24,6 +24,8 @@ jobs: go build -o rts-sim-testing-service - name: 设置 Docker Buildx uses: https://gitea.joylink.club/docker/setup-buildx-action@v3 + with: + version: https://gitea.joylink.club/docker/buildx.git#master - name: docker登录gitea.joylink.club uses: https://gitea.joylink.club/docker/login-action@v3 with: @@ -31,7 +33,7 @@ jobs: username: shengxuqiang password: ${{ secrets.SHENGXUQIANG_PASSWORD }} - name: Build and push - uses: docker/build-push-action@v5 + uses: https://gitea.joylink.club/docker/build-push-action@v5 with: context: . file: ./Dockerfile_Gitea