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

12 lines
217 B
YAML
Raw Normal View History

2023-07-20 04:17:05 +09:00
pipeline:
docker-build:
image: plugins/kaniko
settings:
repo: thatonecalculator/firefish
tags: test
dockerfile: Dockerfile
no_push: true
branches:
include: [ main, develop, beta ]