Non-working hashing code [CI SKIP]

This commit is contained in:
Jef Roosens 2022-01-18 21:41:09 +01:00
parent 3dc355f786
commit cb16091f65
Signed by untrusted user: Jef Roosens
GPG key ID: 955C0660072F691F
3 changed files with 50 additions and 4 deletions

View file

@ -1,7 +1,19 @@
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 ]