calckey/.woodpecker/testDocker.yml

12 lines
216 B
YAML
Raw Permalink Normal View History

2022-12-16 00:33:09 +00:00
pipeline:
docker-build:
2022-12-16 00:40:30 +00:00
image: plugins/kaniko
2022-12-16 00:33:09 +00:00
settings:
2022-12-16 00:40:30 +00:00
repo: thatonecalculator/calckey
tags: test
dockerfile: Dockerfile
no_push: true
2022-12-16 00:33:09 +00:00
branches:
include: [ main, develop, beta ]