diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index 08dff29..f928f99 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -19,7 +19,7 @@ jobs: # 持久化工具目录 steps: - name: Checkout - uses: https://huoxue.link:12300/actions/checkout@main + uses: https://huoxue.link:12300/huoxue1/checkout@main with: fetch-depth: 0 - name: setup go @@ -55,13 +55,13 @@ jobs: GITEA_TOKEN: ${{ secrets.TOKEN }} - name: Set up QEMU id: qemu - uses: https://huoxue.link:12300/docker/setup-qemu-action@master + uses: https://huoxue.link:12300/huoxue1/setup-qemu-action@master - name: Set up Docker Buildx id: buildx - uses: https://huoxue.link:12300/docker/setup-buildx-action@master + uses: https://huoxue.link:12300/huoxue1/setup-buildx-action@master - name: Docker meta id: meta - uses: https://huoxue.link:12300/docker/metadata-action@master + uses: https://huoxue.link:12300/huoxue1/metadata-action@master with: images: registry.cn-hangzhou.aliyuncs.com/huoxue1/qinglong-go tags: | @@ -69,14 +69,14 @@ jobs: type=ref,event=tag - name: Docker Login if: github.event_name != 'pull_request' - uses: https://huoxue.link:12300/docker/login-action@master + uses: https://huoxue.link:12300/huoxue1/login-action@master with: registry: registry.cn-hangzhou.aliyuncs.com username: ${{ secrets.USERNAME }} password: ${{ secrets.PASSWORD }} - name: Build and push id: docker_build - uses: https://huoxue.link:12300/docker/build-push-action@master + uses: https://huoxue.link:12300/huoxue1/build-push-action@master with: context: . push: ${{ github.event_name != 'pull_request' }}