From 01a3653f56b4c984936028ddf8640fd5aa932cae Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Dachary?= Date: Mon, 19 Dec 2022 14:02:08 +0100 Subject: [PATCH] [BRANDING] publish container images from branding branches --- .woodpecker/forgejo-branding.yml | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 .woodpecker/forgejo-branding.yml diff --git a/.woodpecker/forgejo-branding.yml b/.woodpecker/forgejo-branding.yml new file mode 100644 index 000000000..20ec84675 --- /dev/null +++ b/.woodpecker/forgejo-branding.yml @@ -0,0 +1,27 @@ +platform: linux/amd64 + +branches: + include: [ forgejo-branding, wip-branding-* ] + +depends_on: +- testing-amd64 + +variables: + - &buildx_image 'woodpeckerci/plugin-docker-buildx:2.0.0' + - &integration_image 'codeberg.org/forgejo-integration/forgejo' + +pipeline: + publish-branding: + image: *buildx_image + pull: true + settings: + platforms: linux/amd64 + registry: codeberg.org + tag: ${CI_COMMIT_BRANCH} + repo: *integration_image + build_args: + - GOPROXY=https://proxy.golang.org + password: + from_secret: releaseteamtoken + username: + from_secret: releaseteamuser