fix docker ci

This commit is contained in:
cutestnekoaqua 2022-12-16 01:40:30 +01:00
parent cb67cd9288
commit 6b4fffa611

View file

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