1
This commit is contained in:
parent
3514583f7e
commit
08089a16e7
3 changed files with 12 additions and 44 deletions
|
@ -29,8 +29,8 @@ steps:
|
|||
org.opencontainers.image.licenses: EUPL-1.2
|
||||
org.opencontainers.image.ref.name: kokuwaio/buildctl
|
||||
org.opencontainers.image.version: v0.21.0
|
||||
# when:
|
||||
# event: pull_request
|
||||
when:
|
||||
event: pull_request
|
||||
|
||||
push:
|
||||
image: kokuwaio/buildctl:v0.21.0
|
||||
|
@ -39,8 +39,11 @@ steps:
|
|||
<<: *settings
|
||||
name:
|
||||
- registry.kokuwa.io/buildctl:latest
|
||||
- registry.kokuwa.io/buildctl:v0.21.0
|
||||
- docker.io/kokuwaio/buildctl:latest
|
||||
- docker.io/kokuwaio/buildctl:v0.21.0
|
||||
- ghcr.io/kokuwaio/buildctl:latest
|
||||
- ghcr.io/kokuwaio/buildctl:v0.21.0
|
||||
auth:
|
||||
"https://index.docker.io/v1/":
|
||||
username: {from_secret: docker_io_username}
|
||||
|
@ -51,6 +54,6 @@ steps:
|
|||
registry.kokuwa.io:
|
||||
username: {from_secret: kokuwa_io_username}
|
||||
password: {from_secret: kokuwa_io_password}
|
||||
# when:
|
||||
# event: [manual, push]
|
||||
# branch: main
|
||||
when:
|
||||
event: [manual, push]
|
||||
branch: main
|
||||
|
|
|
@ -13,5 +13,5 @@ steps:
|
|||
repository: kokuwaio/buildctl
|
||||
description-short: A Woodpecker CI plugin for buildctl to build container images using a remote builtkitd instance.
|
||||
categories: [developer-tools, integration-and-delivery]
|
||||
username: {from_secret: DOCKERHUB_USERNAME}
|
||||
password: {from_secret: DOCKERHUB_PASSWORD}
|
||||
username: {from_secret: dockerhub_username}
|
||||
password: {from_secret: dockerhub_password}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue