forked from vieter-v/vieter
Non-working hashing code [CI SKIP]
This commit is contained in:
parent
3dc355f786
commit
cb16091f65
3 changed files with 50 additions and 4 deletions
|
|
@ -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 ]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue