1
0
Fork 1
mirror of https://example.com synced 2024-11-22 20:36:39 +09:00
firefish/.woodpecker/testDocker.yml
2023-07-20 04:17:05 +09:00

11 lines
217 B
YAML

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