fix docker ci

This commit is contained in:
cutestnekoaqua 2022-12-16 01:40:30 +01:00
parent 0ad5ec427d
commit ffe59d4bde
No known key found for this signature in database
GPG key ID: 6BF0964A5069C1E0

View file

@ -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 ]