Auto stash 123before merge of "main" and "origin/renovate/gcr.io-kaniko-project-executor-1.24.x"
This commit is contained in:
parent
1c50472399
commit
92363eff7a
13 changed files with 425 additions and 310 deletions
13
README.md
13
README.md
|
@ -1,12 +1,13 @@
|
|||
# Dockerhub Metadata Plugin
|
||||
# DockerHub Metadata WoodpeckerCI Plugin
|
||||
|
||||
[](https://hub.docker.com/repository/docker/kokuwaio/dockerhub-metadata)
|
||||
[](https://hub.docker.com/repository/docker/kokuwaio/dockerhub-metadata)
|
||||
[](https://github.com/kokuwaio/dockerhub-metadata/blob/main/Dockerfile)
|
||||
[](https://github.com/kokuwaio/dockerhub-metadata/blob/main/LICENSE)
|
||||
[](https://github.com/kokuwaio/dockerhub-metadata/issues)
|
||||
[](https://git.kokuwa.io/woodpecker/dockerhub-metadata/src/branch/main/Dockerfile)
|
||||
[](https://git.kokuwa.io/woodpecker/dockerhub-metadata/src/branch/main/LICENSE)
|
||||
[](https://git.kokuwa.io/woodpecker/dockerhub-metadata/pulls)
|
||||
[](https://git.kokuwa.io/woodpecker/dockerhub-metadata/issues)
|
||||
|
||||
A [Woodpecker CI](https://woodpecker-ci.org) plugin to write metadata to DockerHub repositories.
|
||||
A [WoodpeckerCI](https://woodpecker-ci.org) plugin to write metadata to DockerHub repositories.
|
||||
Also usable with Gitlab, Github or locally, see examples for usage.
|
||||
|
||||
## Features
|
||||
|
@ -23,7 +24,6 @@ Woodpecker:
|
|||
steps:
|
||||
dockerhub:
|
||||
image: kokuwaio/dockerhub-metadata
|
||||
depends_on: []
|
||||
settings:
|
||||
repository: kokuwaio/example-image
|
||||
description-short: This image does that!
|
||||
|
@ -41,7 +41,6 @@ Gitlab:
|
|||
```yaml
|
||||
dockerhub:
|
||||
stage: deploy
|
||||
needs: []
|
||||
image: kokuwaio/hadolint
|
||||
variables:
|
||||
PLUGIN_REPOSITORY: kokuwaio/example-image
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue