From f35e4feae90f028655b84ed0c5272c471e5b5572 Mon Sep 17 00:00:00 2001 From: nyyu Date: Thu, 27 Jun 2024 08:28:49 +0200 Subject: [PATCH] chore(ci): build branch --- .woodpecker.yml | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) 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: