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