1
0
Fork 1
mirror of https://example.com synced 2024-11-23 10:46:38 +09:00
firefish/.woodpecker/commitDocker.yml
2022-12-16 01:54:40 +01:00

11 lines
212 B
YAML

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