wqe
Some checks failed
ci/woodpecker/push/build Pipeline was successful
ci/woodpecker/pr/lint Pipeline failed
ci/woodpecker/pr/build Pipeline was successful
ci/woodpecker/pr/test/1 Pipeline was successful
ci/woodpecker/pr/test/2 Pipeline was successful
ci/woodpecker/pull_request_closed/build Pipeline was successful

This commit is contained in:
Stephan Schnabel 2025-06-17 21:29:44 +02:00
parent 7b20af2781
commit 7fe53b8fbc
Signed by: stephan.schnabel
SSH key fingerprint: SHA256:99zuzxNGFb5/5P+E/O7ONU2qhUojUe/D8rIPTW+9Xp0
2 changed files with 3 additions and 8 deletions

View file

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

View file

@ -32,7 +32,7 @@ steps:
org.opencontainers.image.title: My Image
org.opencontainers.image.description: A description.
build-args:
NPM_CONFIG_REGISTRY: # reused from ci env
NPM_CONFIG_REGISTRY: ${NPM_CONFIG_REGISTRY} # reused from ci env
FOO: bar
platform: [linux/amd64, linux/arm64]
auth: