This commit is contained in:
parent
acc5cb167b
commit
53a486264f
3 changed files with 13 additions and 6 deletions
|
@ -1,14 +1,9 @@
|
|||
when:
|
||||
instance: ci.kokuwa.io
|
||||
repo: woodpecker/buildctl
|
||||
event: [manual, push, pull_request]
|
||||
branch: main
|
||||
path: [.woodpecker/build.yaml, Dockerfile, Dockerfile.dockerignore, entrypoint.sh]
|
||||
|
||||
steps:
|
||||
|
||||
build:
|
||||
image: kokuwaio/buildctl
|
||||
pull: true
|
||||
settings: &settings
|
||||
name: registry.kokuwa.io/kokuwaio/buildctl:ci-${CI_PIPELINE_NUMBER}
|
||||
auth:
|
||||
|
@ -16,6 +11,10 @@ steps:
|
|||
username: {from_secret: kokuwa_io_username}
|
||||
password: {from_secret: kokuwa_io_password}
|
||||
platform: [linux/amd64, linux/arm64]
|
||||
build-args:
|
||||
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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue