docker-homebridge/.woodpecker.yml
nyyu f35e4feae9
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
chore(ci): build branch
2024-06-27 08:28:53 +02:00

25 lines
602 B
YAML

steps:
build:
image: woodpeckerci/plugin-kaniko
pull: true
settings:
dry-run: true
repo: ${CI_REPO_OWNER}/homebridge
registry: ${DOCKER_REGISTRY}
tags: latest
when:
event: [push, manual, tag]
push:
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]