This commit is contained in:
Stephan Schnabel 2025-06-17 21:05:50 +02:00
parent fb9fcd1ea8
commit 3232cc4915
Signed by: stephan.schnabel
SSH key fingerprint: SHA256:99zuzxNGFb5/5P+E/O7ONU2qhUojUe/D8rIPTW+9Xp0

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.