更新 .github/workflows/build-images.yaml
This commit is contained in:
@@ -26,7 +26,7 @@ on:
|
|||||||
default: false
|
default: false
|
||||||
|
|
||||||
env:
|
env:
|
||||||
REGISTRY: ghcr.io
|
REGISTRY: 192.168.1.60:3000
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
@@ -56,7 +56,7 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
registry: ${{ env.REGISTRY }}
|
registry: ${{ env.REGISTRY }}
|
||||||
username: ${{ github.actor }}
|
username: ${{ github.actor }}
|
||||||
password: ${{ secrets.GITHUB_TOKEN }}
|
password: ${{ secrets.PACKAGE_TOKEN }}
|
||||||
|
|
||||||
# ── Compute cache keys ────────────────────────────────────────────
|
# ── Compute cache keys ────────────────────────────────────────────
|
||||||
# Each key = hash(own files) + upstream key, so any upstream change
|
# Each key = hash(own files) + upstream key, so any upstream change
|
||||||
|
|||||||
Reference in New Issue
Block a user