From 04420c4ad9435f00a951eb95f9ae9f36222ae354 Mon Sep 17 00:00:00 2001 From: admin Date: Sat, 27 Jun 2026 04:20:32 +0800 Subject: [PATCH] =?UTF-8?q?ci:=20=E5=AF=86=E9=92=A5=E5=90=8D=E7=A7=B0?= =?UTF-8?q?=E6=94=B9=E4=B8=BA=20TOKEN?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitea/workflows/docker.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.gitea/workflows/docker.yml b/.gitea/workflows/docker.yml index 1e6458e..bc364ce 100644 --- a/.gitea/workflows/docker.yml +++ b/.gitea/workflows/docker.yml @@ -11,7 +11,7 @@ env: jobs: build-and-push: - runs-on: ubuntu-latest + runs-on: ubuntu steps: - name: Checkout repository @@ -24,8 +24,8 @@ jobs: uses: docker/login-action@v3 with: registry: ${{ env.REGISTRY }} - username: ${{ secrets.GITEA_REGISTRY_USER }} - password: ${{ secrets.GITEA_REGISTRY_TOKEN }} + username: ${{ github.actor }} + password: ${{ secrets.TOKEN }} - name: Extract metadata for Docker id: meta @@ -45,4 +45,4 @@ jobs: push: true tags: ${{ steps.meta.outputs.tags }} labels: ${{ steps.meta.outputs.labels }} - no-cache: true + no-cache: true \ No newline at end of file