1
0
Fork 1
mirror of https://example.com synced 2024-11-24 02:36:40 +09:00
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

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