Skip to content

Commit e1ab6cf

Browse files
committed
try fix build on change
1 parent e3ef1db commit e1ab6cf

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/matrix_builds.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -397,6 +397,7 @@ jobs:
397397
fi
398398
# Push to GHCR
399399
SBUILD_ARGS+=("--push")
400+
SBUILD_ARGS+=("--ghcr-token" "${GHCR_TOKEN}")
400401
SBUILD_ARGS+=("--ghcr-repo" "$(echo "${GHCRPKG_LOCAL}" | sed 's|^ghcr.io/||')")
401402
# Sign if key available
402403
if [[ -n "${MINISIGN_KEY}" && "${MINISIGN_KEY}" =~ ^[^[:space:]]+$ ]]; then

0 commit comments

Comments
 (0)