We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e3ef1db commit e1ab6cfCopy full SHA for e1ab6cf
.github/workflows/matrix_builds.yaml
@@ -397,6 +397,7 @@ jobs:
397
fi
398
# Push to GHCR
399
SBUILD_ARGS+=("--push")
400
+ SBUILD_ARGS+=("--ghcr-token" "${GHCR_TOKEN}")
401
SBUILD_ARGS+=("--ghcr-repo" "$(echo "${GHCRPKG_LOCAL}" | sed 's|^ghcr.io/||')")
402
# Sign if key available
403
if [[ -n "${MINISIGN_KEY}" && "${MINISIGN_KEY}" =~ ^[^[:space:]]+$ ]]; then
0 commit comments