diff --git a/.woodpecker.yml b/.woodpecker.yml index 4234ad6..06ea5fc 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -1,5 +1,15 @@ steps: - docker: + 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: