docker-homebridge/.woodpecker.yml
nyyu b2e464987a
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
chore: use upstream plugin-kaniko
2024-05-25 13:31:33 +02:00

16 lines
371 B
YAML

steps:
docker:
image: woodpeckerci/plugin-kaniko
pull: true
settings:
username:
from_secret: registry_username
password:
from_secret: registry_password
repo: ${CI_REPO_OWNER}/homebridge
registry: ${DOCKER_REGISTRY}
tags: latest
when:
branch: ${CI_REPO_DEFAULT_BRANCH}
event: [push, manual, tag]