This commit is contained in:
parent
53a486264f
commit
3928cc9aae
1 changed files with 6 additions and 2 deletions
|
@ -12,9 +12,13 @@ steps:
|
||||||
password: {from_secret: kokuwa_io_password}
|
password: {from_secret: kokuwa_io_password}
|
||||||
platform: [linux/amd64, linux/arm64]
|
platform: [linux/amd64, linux/arm64]
|
||||||
build-args:
|
build-args:
|
||||||
NPM_CONFIG_REGISTRY:
|
NPM_CONFIG_REGISTRY: $NPM_CONFIG_REGISTRY
|
||||||
FOO: bar
|
FOO: bar
|
||||||
CCC: null
|
CCC: null
|
||||||
|
build-args2:
|
||||||
|
- NPM_CONFIG_REGISTRY
|
||||||
|
- FOO=bar
|
||||||
|
- CCC=null
|
||||||
annotation:
|
annotation:
|
||||||
org.opencontainers.image.title: Buildctl WoodpeckerCI Plugin
|
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.
|
org.opencontainers.image.description: A WoodpeckerCI plugin for buildctl to build container images using a remote builtkitd instance.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue