fix cicd
Some checks failed
Build and Deploy Log Center / build-and-deploy (push) Has been cancelled

This commit is contained in:
repair-agent 2026-04-02 15:54:01 +08:00
parent 0d9acd5bbc
commit 7e44d5b786

View File

@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- name: Checkout - name: Checkout
uses: https://gitea.com/actions/checkout@v3 uses: actions/checkout@v3
- name: Set environment by branch - name: Set environment by branch
run: | run: |
@ -28,14 +28,14 @@ jobs:
fi fi
- name: Set up Docker Buildx - name: Set up Docker Buildx
uses: https://gitea.com/docker/setup-buildx-action@v2 uses: docker/setup-buildx-action@v2
with: with:
config-inline: | config-inline: |
[registry."docker.io"] [registry."docker.io"]
mirrors = ["https://docker.m.daocloud.io", "https://docker.1panel.live", "https://hub.rat.dev"] mirrors = ["https://docker.m.daocloud.io", "https://docker.1panel.live", "https://hub.rat.dev"]
- name: Login to Volcano Engine CR - name: Login to Volcano Engine CR
uses: https://gitea.com/docker/login-action@v2 uses: docker/login-action@v2
with: with:
registry: ${{ secrets.CR_SERVER }} registry: ${{ secrets.CR_SERVER }}
username: ${{ secrets.CR_USERNAME }} username: ${{ secrets.CR_USERNAME }}