firefish/.woodpecker/commitDocker.yml
2022-12-18 19:41:59 +01:00

12 lines
210 B
YAML

pipeline:
docker-build:
image: plugins/kaniko
settings:
repo: thatonecalculator/calckey
tags: test
dockerfile: Dockerfile
no_push: true
branches:
include: [ main, develop ]