67
This commit is contained in:
parent
557bef9a1d
commit
f5d000e58b
1 changed files with 20 additions and 1 deletions
|
@ -20,7 +20,16 @@ steps:
|
||||||
depends_on: []
|
depends_on: []
|
||||||
settings: &settings
|
settings: &settings
|
||||||
name: registry.kokuwa.io/buildctl:$CI_PIPELINE_NUMBER
|
name: registry.kokuwa.io/buildctl:$CI_PIPELINE_NUMBER
|
||||||
auth: {from_secret: AUTH}
|
auth:
|
||||||
|
docker.io:
|
||||||
|
username: {from_secret: docker_io_username}
|
||||||
|
password: {from_secret: docker_io_password}
|
||||||
|
ghcr.io:
|
||||||
|
username: {from_secret: ghcr_io_username}
|
||||||
|
password: {from_secret: ghcr_io_password}
|
||||||
|
registry.kokuwa.io:
|
||||||
|
username: {from_secret: kokuwa_io_username}
|
||||||
|
password: {from_secret: kokuwa_io_password}
|
||||||
platform: [linux/amd64, linux/arm64]
|
platform: [linux/amd64, linux/arm64]
|
||||||
annotation:
|
annotation:
|
||||||
org.opencontainers.image.title: Buildctl Plugin
|
org.opencontainers.image.title: Buildctl Plugin
|
||||||
|
@ -48,6 +57,16 @@ steps:
|
||||||
- docker.io/kokuwaio/buildctl:v0.21.0
|
- docker.io/kokuwaio/buildctl:v0.21.0
|
||||||
- ghcr.io/kokuwaio/buildctl:latest
|
- ghcr.io/kokuwaio/buildctl:latest
|
||||||
- ghcr.io/kokuwaio/buildctl:v0.21.0
|
- ghcr.io/kokuwaio/buildctl:v0.21.0
|
||||||
|
auth:
|
||||||
|
docker.io:
|
||||||
|
username: {from_secret: docker_io_username}
|
||||||
|
password: {from_secret: docker_io_password}
|
||||||
|
ghcr.io:
|
||||||
|
username: {from_secret: ghcr_io_username}
|
||||||
|
password: {from_secret: ghcr_io_password}
|
||||||
|
registry.kokuwa.io:
|
||||||
|
username: {from_secret: kokuwa_io_username}
|
||||||
|
password: {from_secret: kokuwa_io_password}
|
||||||
# when:
|
# when:
|
||||||
# event: [manual, push]
|
# event: [manual, push]
|
||||||
# branch: main
|
# branch: main
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue