123
All checks were successful
ci/woodpecker/pr/lint Pipeline was successful
ci/woodpecker/pr/build Pipeline was successful
ci/woodpecker/pr/test/1 Pipeline was successful
ci/woodpecker/pr/test/2 Pipeline was successful

This commit is contained in:
Stephan Schnabel 2025-06-19 12:08:15 +02:00
parent 600fdc573d
commit 28109002ca
Signed by: stephan.schnabel
SSH key fingerprint: SHA256:99zuzxNGFb5/5P+E/O7ONU2qhUojUe/D8rIPTW+9Xp0

View file

@ -20,7 +20,7 @@ steps:
event: pull_request event: pull_request
kokuwa.io: &version kokuwa.io: &version
image: registry.kokuwa.io/kokuwaio/dockerd image: registry.kokuwa.io/kokuwaio/dockerd:dev
pull: true pull: true
commands: dockerd --version commands: dockerd --version
when: when:
@ -28,9 +28,9 @@ steps:
branch: main branch: main
docker.io: docker.io:
image: docker.io/kokuwaio/dockerd image: docker.io/kokuwaio/dockerd:dev
<<: *version <<: *version
ghcr.io: ghcr.io:
image: ghcr.io/kokuwaio/dockerd image: ghcr.io/kokuwaio/dockerd:dev
<<: *version <<: *version