chore: use upstream plugin-kaniko

This commit is contained in:
nyyu 2024-05-25 13:32:04 +02:00
parent 81c560d126
commit ffd1ddc2e9

View File

@ -11,7 +11,7 @@ steps:
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]