From 47022cd0b748c956c6f7da492d62cbf661f0e289 Mon Sep 17 00:00:00 2001 From: admin Date: Tue, 21 Apr 2026 02:13:29 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BD=BF=E7=94=A8=20CI=5FTOKEN=20?= =?UTF-8?q?=E4=BD=9C=E4=B8=BA=20Gitea=20Registry=20=E7=99=BB=E5=BD=95?= =?UTF-8?q?=E5=87=AD=E8=AF=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/build-docker-image.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-docker-image.yml b/.github/workflows/build-docker-image.yml index 79f937aab..a03d40096 100644 --- a/.github/workflows/build-docker-image.yml +++ b/.github/workflows/build-docker-image.yml @@ -67,7 +67,7 @@ jobs: with: registry: git.viaeon.com username: ${{ github.actor }} - password: ${{ secrets.GITEA_TOKEN }} + password: ${{ secrets.CI_TOKEN }} - name: Build and push Docker image uses: docker/build-push-action@v5