1
0
Fork 1
mirror of https://example.com synced 2024-11-24 11:46:39 +09:00
firefish/.woodpecker/commitDocker.yml
2022-12-28 02:11:16 +01:00

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