mirror of
https://iceshrimp.dev/crimekillz/iceshrimp-161sh.git
synced 2024-11-22 04:03:49 +01:00
12 lines
216 B
YAML
12 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 ]
|