Auto stash 123before merge of "main" and "origin/renovate/gcr.io-kaniko-project-executor-1.24.x"
Some checks failed
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
ci/woodpecker/push/dockerhub Pipeline was successful
ci/woodpecker/push/lint Pipeline was successful
ci/woodpecker/push/build Pipeline was successful
ci/woodpecker/push/test/1 Pipeline failed
ci/woodpecker/push/test/2 Pipeline failed

This commit is contained in:
Stephan Schnabel 2025-06-13 15:44:12 +02:00
parent 1c50472399
commit b2457efd3f
Signed by: stephan.schnabel
SSH key fingerprint: SHA256:99zuzxNGFb5/5P+E/O7ONU2qhUojUe/D8rIPTW+9Xp0
15 changed files with 425 additions and 353 deletions

View file

@ -1,9 +1,9 @@
when:
instance: ci.schnabel.org
repo: kokuwaio/dockerhub-metadata
event: push
instance: ci.kokuwa.io
repo: woodpecker/dockerhub-metadata
event: [manual, push]
branch: main
path: [.woodpecker/dockerhub.yaml, .woodpecker/build.yaml, .woodpecker/push.yaml, Dockerfile, Dockerfile.dockerignore, entrypoint.sh, README.md]
path: [.woodpecker/dockerhub.yaml, README.md, Dockerfile, Dockerfile.dockerignore, entrypoint.sh]
steps:
@ -12,7 +12,7 @@ steps:
pull: true
settings:
repository: kokuwaio/dockerhub-metadata
description-short: A Woodpecker CI plugin to write metadata to DockerHub repositories.
description-short: A WoodpeckerCI plugin to write metadata to DockerHub repositories.
categories: [developer-tools, integration-and-delivery]
username: {from_secret: DOCKERHUB_USERNAME}
password: {from_secret: DOCKERHUB_PASSWORD}
username: {from_secret: dockerhub_username}
password: {from_secret: dockerhub_password}