Add CI
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
ci/woodpecker/tag/woodpecker Pipeline was successful

This commit is contained in:
alyx 2022-09-15 12:58:36 -05:00
parent c9501d9829
commit 627520b1fe

21
.woodpecker.yml Normal file
View File

@ -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