Buggy prototype of repo-add #48

Merged
Jef Roosens merged 25 commits from repo-add into dev 2022-01-20 20:56:00 +01:00
2 changed files with 18 additions and 13 deletions
Showing only changes of commit 3fc0a2f9a9 - Show all commits

17
.woodpecker/.image.yml Normal file
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 ]