更新 .github/workflows/build-images.yaml
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user