rtz
Some checks failed
ci/woodpecker/push/lint Pipeline failed
ci/woodpecker/push/build Pipeline failed
ci/woodpecker/push/test/2 unknown status
ci/woodpecker/push/test/1 unknown status

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

View file

@ -12,7 +12,16 @@ steps:
pull: true pull: true
commands: echo $AUTH | base64 -w0 commands: echo $AUTH | base64 -w0
environment: environment:
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}
build: build:
image: kokuwaio/buildctl:v0.21.0 image: kokuwaio/buildctl:v0.21.0
@ -21,12 +30,6 @@ steps:
settings: &settings settings: &settings
name: registry.kokuwa.io/buildctl:$CI_PIPELINE_NUMBER name: registry.kokuwa.io/buildctl:$CI_PIPELINE_NUMBER
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: registry.kokuwa.io:
username: {from_secret: kokuwa_io_username} username: {from_secret: kokuwa_io_username}
password: {from_secret: kokuwa_io_password} password: {from_secret: kokuwa_io_password}