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 }}