mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2025-03-04 07:18:50 -07:00
fix docker ci
This commit is contained in:
parent
cb67cd9288
commit
6b4fffa611
1 changed files with 7 additions and 5 deletions
|
@ -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…
Add table
Reference in a new issue