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