forked from kemitix/git-next
build(woodpecker): build docker image on push to next
This commit is contained in:
parent
47cbbad8e7
commit
181ec8eb0f
1 changed files with 13 additions and 0 deletions
|
@ -11,3 +11,16 @@ steps:
|
||||||
repository_token: "776a3b928b852472c2af727a360c85c00af64b9f"
|
repository_token: "776a3b928b852472c2af727a360c85c00af64b9f"
|
||||||
prefix_regex: "(#|//) (TODO|FIXME): "
|
prefix_regex: "(#|//) (TODO|FIXME): "
|
||||||
debug: false
|
debug: false
|
||||||
|
|
||||||
|
docker-build:
|
||||||
|
when:
|
||||||
|
- event: push
|
||||||
|
branch: next
|
||||||
|
# INFO: https://woodpecker-ci.org/plugins/Docker%20Buildx
|
||||||
|
image: docker.io/woodpeckerci/plugin-docker-buildx:4.2.0
|
||||||
|
settings:
|
||||||
|
username: kemitix
|
||||||
|
repo: git.kemitix.net/kemitix/git-next
|
||||||
|
dockerfile: Dockerfile
|
||||||
|
auto_tag: false
|
||||||
|
dry-run: true # don't push to remote repo
|
||||||
|
|
Loading…
Reference in a new issue