forked from naskya/firefish
12 lines
217 B
YAML
12 lines
217 B
YAML
|
pipeline:
|
||
|
docker-build:
|
||
|
image: plugins/kaniko
|
||
|
settings:
|
||
|
repo: thatonecalculator/firefish
|
||
|
tags: test
|
||
|
dockerfile: Dockerfile
|
||
|
no_push: true
|
||
|
|
||
|
branches:
|
||
|
include: [ main, develop, beta ]
|