firefish/.woodpecker/testDocker.yml
Cleo af0cc98ccf check beta too
Signed-off-by: Cleo <cutestnekoaqua@noreply.codeberg.org>
2023-02-09 22:55:20 +00:00

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 ]