vieter/.woodpecker/.image.yml

20 lines
537 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
2022-01-23 10:55:03 +01:00
depends_on: [ build ]
2022-01-19 23:06:46 +01:00
pipeline:
dryrun:
image: woodpeckerci/plugin-docker-buildx
secrets: [ docker_username, docker_password ]
settings:
2022-01-23 10:53:58 +01:00
dockerfile: Dockerfile.ci
2022-01-19 23:06:46 +01:00
repo: chewingbever/vieter
tag: dev
platforms: [ linux/arm/v7, linux/arm64/v8, linux/amd64 ]
dry_run: true
when:
event: pull_request
branch: dev