vieter/.woodpecker/.publish.yml

31 lines
667 B
YAML
Raw Normal View History

2022-01-19 22:06:46 +00:00
branches: [main, dev]
platform: linux/amd64
2022-01-13 14:29:43 +00:00
pipeline:
dev:
image: woodpeckerci/plugin-docker-buildx
secrets: [ docker_username, docker_password ]
settings:
repo: chewingbever/vieter
tag: dev
2022-01-15 14:49:19 +00:00
platforms: [ linux/arm/v7, linux/arm64/v8, linux/amd64 ]
when:
event: push
2022-01-15 10:35:29 +00:00
branch: dev
release:
2022-01-15 10:35:29 +00:00
image: woodpeckerci/plugin-docker-buildx
secrets: [ docker_username, docker_password ]
settings:
repo: chewingbever/vieter
tag:
- latest
- $CI_COMMIT_TAG
2022-01-15 14:49:19 +00:00
platforms: [ linux/arm/v7, linux/arm64/v8, linux/amd64 ]
when:
event: tag
branch: main
2022-01-14 19:38:36 +00:00
2022-01-15 10:35:29 +00:00
depends_on:
- builder