mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2025-02-24 07:06:19 +00:00
chore(deps): update woodpeckerci/plugin-git docker tag to v2.6.1 (#4879)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
parent
a990fb78a3
commit
63ee2ba486
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@ var DefaultConfigOrder = [...]string{
|
||||||
const (
|
const (
|
||||||
// DefaultClonePlugin can be changed by 'WOODPECKER_DEFAULT_CLONE_PLUGIN' at runtime.
|
// DefaultClonePlugin can be changed by 'WOODPECKER_DEFAULT_CLONE_PLUGIN' at runtime.
|
||||||
// renovate: datasource=docker depName=woodpeckerci/plugin-git
|
// renovate: datasource=docker depName=woodpeckerci/plugin-git
|
||||||
DefaultClonePlugin = "docker.io/woodpeckerci/plugin-git:2.6.0"
|
DefaultClonePlugin = "docker.io/woodpeckerci/plugin-git:2.6.1"
|
||||||
)
|
)
|
||||||
|
|
||||||
// TrustedClonePlugins can be changed by 'WOODPECKER_PLUGINS_TRUSTED_CLONE' at runtime.
|
// TrustedClonePlugins can be changed by 'WOODPECKER_PLUGINS_TRUSTED_CLONE' at runtime.
|
||||||
|
|
Loading…
Reference in a new issue