mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2024-11-14 05:57:32 -07:00
2a04b7e0a0
Signed-off-by: Cleo <cutestnekoaqua@noreply.codeberg.org>
11 lines
216 B
YAML
11 lines
216 B
YAML
pipeline:
|
|
docker-build:
|
|
image: plugins/kaniko
|
|
settings:
|
|
repo: thatonecalculator/calckey
|
|
tags: test
|
|
dockerfile: Dockerfile
|
|
no_push: true
|
|
|
|
branches:
|
|
include: [ main, develop, beta ]
|