asfd
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:54:04 +02:00
parent 7bfc5f522e
commit cb8dad51b9
Signed by: stephan.schnabel
SSH key fingerprint: SHA256:99zuzxNGFb5/5P+E/O7ONU2qhUojUe/D8rIPTW+9Xp0
3 changed files with 4 additions and 21 deletions

View file

@ -7,24 +7,6 @@ when:
steps:
buildd:
image: kokuwaio/buildctl:v0.21.0
pull: true
commands:
- echo $AUTH | base64 -w0
- env | sort
environment:
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:
image: kokuwaio/buildctl:v0.21.0
pull: true