diff --git a/.woodpecker.yml b/.woodpecker.yml new file mode 100644 index 0000000..64af457 --- /dev/null +++ b/.woodpecker.yml @@ -0,0 +1,11 @@ +steps: + build: + image: woodpeckerci/plugin-docker-buildx + settings: + repo: git.korhonen.cc/functionalhacker/hugo-asciidoc-docker-ci + registry: https://git.korhonen.cc + username: FunctionalHacker + password: + from_secret: registry_password + tags: latest + platforms: linux/amd64