From 627520b1fea284b4e74abcb503a971fca9d6db93 Mon Sep 17 00:00:00 2001 From: alyx Date: Thu, 15 Sep 2022 12:58:36 -0500 Subject: [PATCH] Add CI --- .woodpecker.yml | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 .woodpecker.yml diff --git a/.woodpecker.yml b/.woodpecker.yml new file mode 100644 index 0000000..1ec1226 --- /dev/null +++ b/.woodpecker.yml @@ -0,0 +1,21 @@ +pipeline: + build: + image: plugins/docker + settings: + repo: git.tf/${CI_REPO_OWNER}/librejs-docker + dry_run: true + when: + branch: ${CI_REPO_DEFAULT_BRANCH} + event: push + publish: + image: plugins/docker + settings: + repo: git.tf/${CI_REPO_OWNER}/librejs-docker + registry: git.tf + username: ${CI_REPO_OWNER} + password: + from_secret: cb_token + tags: latest + auto_tag: true + when: + event: tag