fix first
Some checks failed
Build and Deploy Log Center / build-and-deploy (push) Failing after 4m10s

This commit is contained in:
repair-agent 2026-04-02 15:49:10 +08:00
parent b2a2b1079f
commit 0d9acd5bbc

View File

@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
uses: https://gitea.com/actions/checkout@v3
- name: Set environment by branch
run: |
@ -28,14 +28,14 @@ jobs:
fi
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v2
uses: https://gitea.com/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: docker/login-action@v2
uses: https://gitea.com/docker/login-action@v2
with:
registry: ${{ secrets.CR_SERVER }}
username: ${{ secrets.CR_USERNAME }}