Add CI
This commit is contained in:
21
.woodpecker.yml
Normal file
21
.woodpecker.yml
Normal 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
|
Reference in New Issue
Block a user