no comment

This commit is contained in:
6543 2022-08-29 23:10:24 +02:00
parent 7ecd19d350
commit c4ee5f03e7

View File

@ -13,12 +13,12 @@ pipeline:
image: plugins/kaniko
settings:
repo: woodpeckerci/plugin-docker-buildx
tags: latest
tags: latest, ${CI_COMMIT_TAG}
dockerfile: Dockerfile
username:
from_secret: docker_username
password:
from_secret: docker_password
when:
event: [push, tag]
branch: main, cron
event: [push, tag, cron]
branch: main