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