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