From d2a030f5d025816b3f6e0043c052df49f74a1c7d Mon Sep 17 00:00:00 2001 From: EricXZ Date: Thu, 25 Jun 2026 21:38:12 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20.github/workflows/build-im?= =?UTF-8?q?ages.yaml?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/build-images.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-images.yaml b/.github/workflows/build-images.yaml index e615e01..3085471 100644 --- a/.github/workflows/build-images.yaml +++ b/.github/workflows/build-images.yaml @@ -26,7 +26,7 @@ on: default: false env: - REGISTRY: ghcr.io + REGISTRY: 192.168.1.60:3000 jobs: build: @@ -56,7 +56,7 @@ jobs: with: registry: ${{ env.REGISTRY }} username: ${{ github.actor }} - password: ${{ secrets.GITHUB_TOKEN }} + password: ${{ secrets.PACKAGE_TOKEN }} # ── Compute cache keys ──────────────────────────────────────────── # Each key = hash(own files) + upstream key, so any upstream change