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 image: plugins/kaniko
settings: settings:
repo: woodpeckerci/plugin-docker-buildx repo: woodpeckerci/plugin-docker-buildx
tags: latest tags: latest, ${CI_COMMIT_TAG}
dockerfile: Dockerfile dockerfile: Dockerfile
username: username:
from_secret: docker_username from_secret: docker_username
password: password:
from_secret: docker_password from_secret: docker_password
when: when:
event: [push, tag] event: [push, tag, cron]
branch: main, cron branch: main