forked from vieter-v/vieter
Merge branch 'dev' into repo-add
This commit is contained in:
commit
f064cd6549
3 changed files with 8 additions and 9 deletions
|
|
@ -3,24 +3,25 @@ platform: linux/amd64
|
|||
|
||||
pipeline:
|
||||
dev:
|
||||
image: plugins/docker
|
||||
image: woodpeckerci/plugin-docker-buildx
|
||||
secrets: [ docker_username, docker_password ]
|
||||
settings:
|
||||
repo: chewingbever/vieter
|
||||
tag: dev
|
||||
platforms: [ linux/arm64/v8, linux/amd64 ]
|
||||
when:
|
||||
event: push
|
||||
branch: dev
|
||||
|
||||
release:
|
||||
image: plugins/docker
|
||||
image: woodpeckerci/plugin-docker-buildx
|
||||
secrets: [ docker_username, docker_password ]
|
||||
settings:
|
||||
repo: chewingbever/vieter
|
||||
tag:
|
||||
- latest
|
||||
- $CI_COMMIT_TAG
|
||||
mtu: 1000
|
||||
platforms: [ linux/arm64/v8, linux/amd64 ]
|
||||
when:
|
||||
event: tag
|
||||
branch: main
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue