iceshrimp-legacy/.woodpecker/testDocker.yml

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 ]