jormungandr-bite/.woodpecker/testDocker.yml

12 lines
217 B
YAML
Raw Normal View History

2022-12-15 17:33:09 -07:00
pipeline:
docker-build:
2022-12-15 17:40:30 -07:00
image: plugins/kaniko
2022-12-15 17:33:09 -07:00
settings:
2023-07-02 16:18:30 -06:00
repo: thatonecalculator/firefish
2022-12-15 17:40:30 -07:00
tags: test
dockerfile: Dockerfile
no_push: true
2022-12-15 17:33:09 -07:00
branches:
include: [ main, develop, beta ]