vieter/.woodpecker/.image.yml

18 lines
483 B
YAML
Raw Normal View History

# Because the only step here is a pull_request event, the branch should be dev
# because it has to be the target of the pull request
branches: dev
2022-01-19 23:06:46 +01:00
platform: linux/amd64
pipeline:
dryrun:
image: woodpeckerci/plugin-docker-buildx
secrets: [ docker_username, docker_password ]
settings:
repo: chewingbever/vieter
tag: dev
platforms: [ linux/arm/v7, linux/arm64/v8, linux/amd64 ]
dry_run: true
when:
event: pull_request
branch: dev