From 73ab803b7aaba2906535229fc4843b3275588df8 Mon Sep 17 00:00:00 2001 From: walker Date: Fri, 15 Mar 2024 16:02:50 +0800 Subject: [PATCH] =?UTF-8?q?=E8=AE=BE=E7=BD=AEdocker=20buildx=E6=94=B9?= =?UTF-8?q?=E4=B8=BA=E4=BD=BF=E7=94=A8=E8=87=AA=E5=AE=9E=E7=8E=B0action?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitea/workflows/CI.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitea/workflows/CI.yaml b/.gitea/workflows/CI.yaml index 2f29b5a..a1d02e3 100644 --- a/.gitea/workflows/CI.yaml +++ b/.gitea/workflows/CI.yaml @@ -23,16 +23,16 @@ jobs: go env -w GOPROXY=https://goproxy.cn,direct go build -o rts-sim-testing-service - name: 设置 Docker Buildx - uses: https://gitea.joylink.club/docker/setup-buildx-action@v3 + uses: https://gitea.joylink.club/actions/local-setup-buildx-action@v0.1.1 with: - version: https://gitea.joylink.club/docker/buildx.git#master + version: 'v0.13.1' - name: docker登录gitea.joylink.club uses: https://gitea.joylink.club/docker/login-action@v3 with: registry: gitea.joylink.club username: shengxuqiang password: ${{ secrets.SHENGXUQIANG_PASSWORD }} - - name: Build and push + - name: Docker Build and push uses: https://gitea.joylink.club/docker/build-push-action@v5 with: context: .