From 7e44d5b7863e256996f6657b9bafac81e70a17ac Mon Sep 17 00:00:00 2001 From: repair-agent Date: Thu, 2 Apr 2026 15:54:01 +0800 Subject: [PATCH] fix cicd --- .gitea/workflows/deploy.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitea/workflows/deploy.yaml b/.gitea/workflows/deploy.yaml index 3f1afd6..98f352c 100644 --- a/.gitea/workflows/deploy.yaml +++ b/.gitea/workflows/deploy.yaml @@ -11,7 +11,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: https://gitea.com/actions/checkout@v3 + uses: actions/checkout@v3 - name: Set environment by branch run: | @@ -28,14 +28,14 @@ jobs: fi - name: Set up Docker Buildx - uses: https://gitea.com/docker/setup-buildx-action@v2 + uses: docker/setup-buildx-action@v2 with: config-inline: | [registry."docker.io"] mirrors = ["https://docker.m.daocloud.io", "https://docker.1panel.live", "https://hub.rat.dev"] - name: Login to Volcano Engine CR - uses: https://gitea.com/docker/login-action@v2 + uses: docker/login-action@v2 with: registry: ${{ secrets.CR_SERVER }} username: ${{ secrets.CR_USERNAME }}