diff --git a/.woodpecker.yml b/.woodpecker.yml index dc22117..026efd1 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -3,3 +3,12 @@ pipeline: image: rust commands: - make test + + publish: + image: plugins/docker + settings: + username: realaravinth + password: + from_secret: DOCKER_TOKEN + repo: realaravinth/rageshake_webhook + tags: latest