67
Some checks failed
ci/woodpecker/manual/dockerhub Pipeline failed
ci/woodpecker/manual/build Pipeline failed
ci/woodpecker/manual/test/2 unknown status
ci/woodpecker/manual/test/1 unknown status
ci/woodpecker/manual/lint Pipeline failed

This commit is contained in:
Stephan Schnabel 2025-06-11 19:36:37 +02:00
parent 557bef9a1d
commit f5d000e58b
Signed by: stephan.schnabel
SSH key fingerprint: SHA256:99zuzxNGFb5/5P+E/O7ONU2qhUojUe/D8rIPTW+9Xp0

View file

@ -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