2021-10-13 03:40:58 +00:00
|
|
|
pipeline:
|
|
|
|
publish:
|
2021-10-15 13:54:26 +00:00
|
|
|
image: plugins/kaniko
|
2021-12-18 11:33:30 +00:00
|
|
|
settings:
|
|
|
|
repo: woodpeckerci/plugin-docker-buildx
|
|
|
|
tags: latest
|
|
|
|
dockerfile: Dockerfile
|
2021-12-18 19:49:55 +00:00
|
|
|
username:
|
|
|
|
from_secret: docker_username
|
|
|
|
password:
|
|
|
|
from_secret: docker_password
|