From 5dd4866b29d8a87360c237f99556bbdb755c1d61 Mon Sep 17 00:00:00 2001 From: realaravinth Date: Wed, 17 Aug 2022 19:01:18 +0530 Subject: [PATCH] feat: publish docker img --- .woodpecker.yml | 9 +++++++++ 1 file changed, 9 insertions(+) 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