1
0
Fork 1
mirror of https://example.com synced 2024-11-23 19:26:39 +09:00
firefish/.woodpecker/testDocker.yml

12 lines
210 B
YAML
Raw Normal View History

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