From cf0e2cb1ecf053c7eebbf071d0978d80fdaa2d89 Mon Sep 17 00:00:00 2001 From: Andrey Sokolovskiy Date: Mon, 11 Mar 2024 01:01:19 +0700 Subject: [PATCH] =?UTF-8?q?=D0=98=D0=B7=D0=BC=D0=B5=D0=BD=D0=B8=D0=BB(?= =?UTF-8?q?=D0=B0)=20=D0=BD=D0=B0=20'.woodpecker.yaml'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .woodpecker.yaml | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/.woodpecker.yaml b/.woodpecker.yaml index e92b57c..5932793 100644 --- a/.woodpecker.yaml +++ b/.woodpecker.yaml @@ -1,7 +1,8 @@ -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 +steps: + - name: 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