chore(ci): use kaniko

This commit is contained in:
nyyu 2024-04-23 23:23:54 +02:00
parent 481f57daf9
commit 1c7166bbd4

View File

@ -1,16 +1,17 @@
steps:
docker:
image: woodpeckerci/plugin-docker-buildx
image: woodpeckerci/plugin-kaniko
pull: true
settings:
username:
from_secret: registry_username
password:
from_secret: registry_password
repo: ${DOCKER_REGISTRY}/${CI_REPO_OWNER}/pyload-ng
repo: ${CI_REPO_OWNER}/pyload-ng
registry: ${DOCKER_REGISTRY}
mirror: https://${DOCKER_REGISTRY}
tags: latest
build_args: VERSION=dev
# build_args: VERSION=dev
when:
branch: main
event: [push, cron, tag, manual]