diff --git a/.woodpecker.yml b/.woodpecker.yml new file mode 100644 index 0000000..408a9cf --- /dev/null +++ b/.woodpecker.yml @@ -0,0 +1,13 @@ +pipeline: + build: + image: golang:1.19 + commands: + - go get + - go build + publish-docker-latest: + image: plugins/kaniko + settings: + repo: $CI_REPO + tags: latest + when: + branch: master