From 999120ab21d3b68f253b5ed7d0df0c4cf506e151 Mon Sep 17 00:00:00 2001 From: iceBear67 Date: Sun, 5 Jul 2026 17:01:35 +0800 Subject: [PATCH] use gitea token --- .gitea/workflows/build-image.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/build-image.yml b/.gitea/workflows/build-image.yml index 8e2e071..daed854 100644 --- a/.gitea/workflows/build-image.yml +++ b/.gitea/workflows/build-image.yml @@ -12,8 +12,10 @@ jobs: uses: docker/login-action@v4 with: registry: git.sfclub.cc - username: ${{ secrets.REGISTRY_USER }} - password: ${{ secrets.REGISTRY_TOKEN}} +# username: ${{ secrets.REGISTRY_USER }} +# password: ${{ secrets.REGISTRY_TOKEN}} + username: ${{ gitea.actor }} + password: ${{ gitea.token }} - name: Setup buildx uses: docker/setup-buildx-action@v4 - name: Build and push