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