mirror of
https://iceshrimp.dev/iceshrimp/iceshrimp
synced 2024-12-18 08:38:09 +09:00
14 lines
242 B
YAML
14 lines
242 B
YAML
pipeline:
|
|
docker-build:
|
|
image: plugins/kaniko
|
|
settings:
|
|
repo: thatonecalculator/calckey
|
|
tags: test
|
|
dockerfile: Dockerfile
|
|
no_push: true
|
|
when:
|
|
event: commit
|
|
|
|
branches:
|
|
include: [ master, develop ]
|