From de2d02498c7f817700899c976662ffc406fce9da Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Henrik=20H=C3=BCttemann?= Date: Thu, 21 Sep 2023 14:05:23 +0200 Subject: [PATCH] Add CI pipeline to build and push image --- .woodpecker.yaml | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 .woodpecker.yaml diff --git a/.woodpecker.yaml b/.woodpecker.yaml new file mode 100644 index 0000000..f88fb1a --- /dev/null +++ b/.woodpecker.yaml @@ -0,0 +1,12 @@ +steps: + build: + image: woodpeckerci/plugin-docker-buildx + pull: true + settings: + platforms: linux/amd64 + registry: ${CI_FORGE_URL} + username: WoodpeckerCI + password: + from_secret: gitea_token + repo: ${CI_FORGE_URL}/${CI_REPO,,} + tag: "latest"