From 8a2380578ae121e352cbf58300aab5d0e40b68bf Mon Sep 17 00:00:00 2001 From: Andrey Sokolovskiy Date: Mon, 11 Mar 2024 00:59:12 +0700 Subject: [PATCH] =?UTF-8?q?=D0=A1=D0=BE=D0=B7=D0=B4=D0=B0=D0=BB(=D0=B0)=20?= =?UTF-8?q?'.woodpecker.yaml'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .woodpecker.yaml | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 .woodpecker.yaml diff --git a/.woodpecker.yaml b/.woodpecker.yaml new file mode 100644 index 0000000..e92b57c --- /dev/null +++ b/.woodpecker.yaml @@ -0,0 +1,7 @@ +publish: + image: woodpeckerci/plugin-docker-buildx + settings: + platforms: linux/386,linux/amd64 + repo: docker/${CI_REPO}/ + registry: git.unbind.ru + tags: latest \ No newline at end of file