diff --git a/.woodpecker.yml b/.woodpecker.yml new file mode 100644 index 0000000..e77b27a --- /dev/null +++ b/.woodpecker.yml @@ -0,0 +1,15 @@ +pipeline: + build-test: + image: go + commands: + - go build + - go test + + publish: + image: plugins/docker + settings: + username: realaravinth + password: + from_secret: DOCKER_TOKEN + repo: realaravinth/rageshake + tags: latest