Auto stash 123before merge of "main" and "origin/renovate/gcr.io-kaniko-project-executor-1.24.x"
Some checks failed
ci/woodpecker/pr/test/1 Pipeline was successful
ci/woodpecker/pr/test/2 Pipeline was successful
ci/woodpecker/pr/lint Pipeline failed
ci/woodpecker/pr/build Pipeline was successful

This commit is contained in:
Stephan Schnabel 2025-06-13 15:44:12 +02:00
parent 1c50472399
commit 92363eff7a
Signed by: stephan.schnabel
SSH key fingerprint: SHA256:99zuzxNGFb5/5P+E/O7ONU2qhUojUe/D8rIPTW+9Xp0
13 changed files with 425 additions and 310 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]
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}