Update '.woodpecker/main.yml'
This commit is contained in:
parent
bb74b65e01
commit
72872e456e
1 changed files with 4 additions and 7 deletions
|
|
@ -1,15 +1,12 @@
|
|||
clone:
|
||||
git:
|
||||
image: techknowlogick/drone-git:latest
|
||||
|
||||
pipeline:
|
||||
publish:
|
||||
image: plugins/kaniko
|
||||
repo: woodpeckerci/plugin-docker-buildx
|
||||
tags: latest
|
||||
settings:
|
||||
repo: woodpeckerci/plugin-docker-buildx
|
||||
tags: latest
|
||||
dockerfile: Dockerfile
|
||||
secrets:
|
||||
- source: docker_username
|
||||
target: plugin_username
|
||||
- source: docker_password
|
||||
target: plugin_password
|
||||
dockerfile: Dockerfile
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue