fix docker ci
This commit is contained in:
parent
0ad5ec427d
commit
ffe59d4bde
@ -1,11 +1,13 @@
|
||||
pipeline:
|
||||
docker-build:
|
||||
image: woodpeckerci/plugin-docker-buildx
|
||||
image: plugins/kaniko
|
||||
settings:
|
||||
repo: codeberg.org/thatonecalculator/calckey
|
||||
registry: codeberg.org
|
||||
dry_run: true
|
||||
output: type=oci,dest=thatonecalculator-calckey.tar
|
||||
repo: thatonecalculator/calckey
|
||||
tags: test
|
||||
dockerfile: Dockerfile
|
||||
no_push: true
|
||||
when:
|
||||
event: commit
|
||||
|
||||
branches:
|
||||
include: [ master, develop ]
|
||||
|
Loading…
Reference in New Issue
Block a user