From 58a337e7dc3585072177bb5054d43f8b80779748 Mon Sep 17 00:00:00 2001 From: Stephan Schnabel Date: Tue, 17 Jun 2025 21:16:42 +0200 Subject: [PATCH] 1 --- .woodpecker/build.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.woodpecker/build.yaml b/.woodpecker/build.yaml index ef4fb6c..d18fdb8 100644 --- a/.woodpecker/build.yaml +++ b/.woodpecker/build.yaml @@ -12,8 +12,9 @@ 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 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.