This commit is contained in:
parent
37419a0882
commit
58a337e7dc
1 changed files with 2 additions and 1 deletions
|
@ -12,8 +12,9 @@ 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
|
||||||
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