From 2e85e60719357feff2e99ff295d3b81164303125 Mon Sep 17 00:00:00 2001 From: TangHuan Date: Wed, 2 Apr 2025 17:08:02 +0800 Subject: [PATCH] init222 --- .gitea/workflows/dev.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.gitea/workflows/dev.yaml b/.gitea/workflows/dev.yaml index 4ae6b80..0cf8ad7 100644 --- a/.gitea/workflows/dev.yaml +++ b/.gitea/workflows/dev.yaml @@ -7,7 +7,7 @@ jobs: runs-on: ubuntu-latest steps: - name: 克隆代码 - uses: https://gitea.com/actions/checkout@v4 + uses: https://git.pintantan.com/actions/checkout@v4 # 缓存 Maven 依赖 # - name: Cache Jdk download # uses: https://gitea.com/actions/cache@v3 @@ -21,7 +21,7 @@ jobs: # download_url="https://mirrors.tuna.tsinghua.edu.cn/Adoptium/17/jdk/x64/linux/OpenJDK17U-jdk_x64_linux_hotspot_17.0.14_7.tar.gz" # wget -O $RUNNER_TEMP/java_package.tar.gz $download_url - - uses: https://gitea.com/actions/setup-node@v4 + - uses: https://git.pintantan.com/actions/setup-node@v4 with: # Version Spec of the version to use in SemVer notation. # It also admits such aliases as lts/*, latest, nightly and canary builds @@ -37,14 +37,14 @@ jobs: run: npm run build - name: Login to Gitea Container Registry - uses: https://gitea.com/docker/login-action@v2 + uses: https://git.pintantan.com/docker/login-action@v2 with: registry: git.pintantan.com username: ${{ vars.DOCKER_USERNAME }} password: ${{ vars.DOCKER_PASSWORD }} - name: Build and push Docker image - uses: https://gitea.com/docker/build-push-action@v4 + uses: https://git.pintantan.com/docker/build-push-action@v4 with: context: . push: true