chore(ci): use kaniko
This commit is contained in:
parent
481f57daf9
commit
1c7166bbd4
@ -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]
|
||||
|
Loading…
Reference in New Issue
Block a user