forked from vieter-v/vieter
Added development & release image publishing
This commit is contained in:
parent
eed6ec0644
commit
6fb893ff41
4 changed files with 44 additions and 21 deletions
22
.woodpecker/.publish.yml
Normal file
22
.woodpecker/.publish.yml
Normal file
|
|
@ -0,0 +1,22 @@
|
|||
pipeline:
|
||||
dev:
|
||||
image: plugins/docker
|
||||
secrets: [ docker_username, docker_password ]
|
||||
settings:
|
||||
repo: chewingbever/vieter
|
||||
tag: dev
|
||||
when:
|
||||
event: push
|
||||
branch: dev
|
||||
|
||||
release:
|
||||
image: plugins/docker
|
||||
secrets: [ docker_username, docker_password ]
|
||||
settings:
|
||||
repo: chewingbever/vieter
|
||||
tag:
|
||||
- latest
|
||||
- $CI_COMMIT_TAG
|
||||
when:
|
||||
event: tag
|
||||
branch: main
|
||||
Loading…
Add table
Add a link
Reference in a new issue