w
All checks were successful
ci/woodpecker/push/build Pipeline was successful

This commit is contained in:
Stephan Schnabel 2025-06-17 21:20:27 +02:00
parent 53a486264f
commit 3928cc9aae
Signed by: stephan.schnabel
SSH key fingerprint: SHA256:99zuzxNGFb5/5P+E/O7ONU2qhUojUe/D8rIPTW+9Xp0

View file

@ -12,9 +12,13 @@ steps:
password: {from_secret: kokuwa_io_password}
platform: [linux/amd64, linux/arm64]
build-args:
NPM_CONFIG_REGISTRY:
NPM_CONFIG_REGISTRY: $NPM_CONFIG_REGISTRY
FOO: bar
CCC: null
build-args2:
- NPM_CONFIG_REGISTRY
- FOO=bar
- CCC=null
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.