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