firefish/.woodpecker/testDocker.yml
2023-07-20 04:17:05 +09:00

11 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 ]