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