docker-homebridge/.woodpecker.yml
nyyu 6676daac38
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
feat: ci
2024-04-30 08:49:07 +02:00

16 lines
386 B
YAML

steps:
docker:
image: docker-public.nyyu.dev/nyyu/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]