This commit is contained in:
Stephan Schnabel 2025-06-17 21:03:44 +02:00
parent acc5cb167b
commit 123eb7f7c3
Signed by: stephan.schnabel
SSH key fingerprint: SHA256:99zuzxNGFb5/5P+E/O7ONU2qhUojUe/D8rIPTW+9Xp0
3 changed files with 11 additions and 0 deletions

View file

@ -16,6 +16,9 @@ steps:
username: {from_secret: kokuwa_io_username}
password: {from_secret: kokuwa_io_password}
platform: [linux/amd64, linux/arm64]
build-args:
NPM_CONFIG_REGISTRY: # reused from ci env
FOO: bar
annotation:
org.opencontainers.image.title: Buildctl WoodpeckerCI Plugin
org.opencontainers.image.description: A WoodpeckerCI plugin for buildctl to build container images using a remote builtkitd instance.