Merge branch 'dev' into repo-add

This commit is contained in:
Jef Roosens 2022-01-15 11:41:41 +01:00
commit f064cd6549
Signed by: Jef Roosens
GPG key ID: 955C0660072F691F
3 changed files with 8 additions and 9 deletions

View file

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