1
0
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:
6543
2024-09-01 15:31:52 +02:00
committed by GitHub
parent e4f954ef94
commit d02c6b7266
5 changed files with 11 additions and 11 deletions

View File

@@ -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