Update CI config
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
2026-09-21 23:39:58 -05:00
parent be5e9432c1
commit 11ee636988

View File

@@ -7,8 +7,13 @@ steps:
- name: build-and-push
# Pinned: WOODPECKER_PLUGINS_PRIVILEGED on the server must allow this exact
# image:tag, so a floating tag here would silently break the build.
#
# Deliberately NO `privileged: true` here -- that flag requires repo-level
# "security" trust and is rejected without it. The server-side allowlist
# escalates this step instead, but only while it stays a *plugin*: adding
# `commands`, `entrypoint`, or `environment` to this step silently drops
# the escalation and buildx's inner daemon will fail to start.
image: woodpeckerci/plugin-docker-buildx:6.1.1
privileged: true
settings:
registry: registry.apps.millslan.net
repo: registry.apps.millslan.net/starship/coreid