Moved image dryruns to own pipeline

pull/48/head
Jef Roosens 2022-01-19 23:06:46 +01:00
parent 735492dcbd
commit 3fc0a2f9a9
Signed by: Jef Roosens
GPG Key ID: 955C0660072F691F
2 changed files with 18 additions and 13 deletions

View File

@ -0,0 +1,17 @@
# These checks already get performed on the feature branches
branches:
exclude: [ main, dev ]
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

View File

@ -1,19 +1,7 @@
# branches: [main, dev]
branches: [main, dev]
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
dev:
image: woodpeckerci/plugin-docker-buildx
secrets: [ docker_username, docker_password ]