You've already forked woodpecker
mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2025-11-23 21:44:44 +02:00
Use kaniko plugin in docs as example (#4072)
This commit is contained in:
@@ -39,7 +39,7 @@ steps:
|
||||
- go build
|
||||
- go test
|
||||
publish:
|
||||
image: woodpeckerci/plugin-docker-buildx
|
||||
image: woodpeckerci/plugin-kaniko
|
||||
settings:
|
||||
repo: foo/bar
|
||||
foo: bar
|
||||
@@ -61,7 +61,7 @@ steps:
|
||||
- go build
|
||||
- go test
|
||||
- name: publish
|
||||
image: woodpeckerci/plugin-docker-buildx
|
||||
image: woodpeckerci/plugin-kaniko
|
||||
settings:
|
||||
repo: foo/bar
|
||||
foo: bar
|
||||
|
||||
Reference in New Issue
Block a user