From 94088b29fcb4762a72dd7a0a46ea9972b262c932 Mon Sep 17 00:00:00 2001 From: nyyu Date: Mon, 9 Sep 2024 21:38:48 +0200 Subject: [PATCH 1/2] chore(ci): build on push branch --- .woodpecker.yml | 16 ++++++++++++++-- 1 file changed, 14 insertions(+), 2 deletions(-) diff --git a/.woodpecker.yml b/.woodpecker.yml index ad68337..242f1af 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -1,5 +1,17 @@ steps: - docker: + build: + image: woodpeckerci/plugin-kaniko + pull: true + settings: + dry-run: true + repo: ${CI_REPO_OWNER}/pyload-ng + registry: ${DOCKER_REGISTRY} + mirror: https://${DOCKER_REGISTRY} + tags: latest + build_args: VERSION=dev + when: + event: [push, cron, tag, manual] + push: image: woodpeckerci/plugin-kaniko pull: true settings: @@ -13,5 +25,5 @@ steps: tags: latest build_args: VERSION=dev when: - branch: main + branch: ${CI_REPO_DEFAULT_BRANCH} event: [push, cron, tag, manual] -- 2.45.3 From 424ab3dea84f261dc773cfd670fba8a7c604b72b Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Mon, 9 Sep 2024 21:42:08 +0200 Subject: [PATCH 2/2] chore(deps): update python docker tag to v3.12.6 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 6de934d..d8f83e1 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.12.5-alpine +FROM python:3.12.6-alpine # set version label ARG VERSION -- 2.45.3