From 8f80bdfb2cee65ac0a42e95ec4474861358dbc16 Mon Sep 17 00:00:00 2001 From: herryyun <3209851541@qq.com> Date: Thu, 18 Sep 2025 21:01:48 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20.gitea/workflows/build-ima?= =?UTF-8?q?ge.yml?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitea/workflows/build-image.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.gitea/workflows/build-image.yml b/.gitea/workflows/build-image.yml index 8c27df0..4f06b60 100644 --- a/.gitea/workflows/build-image.yml +++ b/.gitea/workflows/build-image.yml @@ -27,7 +27,7 @@ jobs: run: | git config --global http.extraheader "Authorization: token ${{ secrets.TOKEN }}" - name: Checkout repository - uses: herryyun/checkout@v4 + uses: checkout@v4 with: token: ${{ secrets.TOKEN }} @@ -45,17 +45,17 @@ jobs: echo "📦 使用Gradle版本: ${GRADLE_VERSION}" - name: Login to Gitea Container Registry - uses: herryyun/login-action@v3 + uses: login-action@v3 with: registry: ${{ env.REGISTRY }} username: ${{ github.actor }} password: ${{ secrets.GITHUB_TOKEN }} - name: Set up Docker Buildx - uses: herryyun/setup-buildx-action@v3 # 这里缺少了缩进 + uses: setup-buildx-action@v3 # 这里缺少了缩进 - name: Build and push Docker image - uses: herryyun/build-push-action@v5 + uses: build-push-action@v5 with: context: . platforms: linux/amd64