jormungandr-bite/.woodpecker/commitDocker.yml

15 lines
243 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:
2022-12-15 17:40:30 -07:00
repo: thatonecalculator/calckey
tags: test
dockerfile: Dockerfile
no_push: true
2022-12-15 17:33:09 -07:00
branches:
2022-12-18 11:41:11 -07:00
include: [ main, develop ]
2022-12-26 16:24:19 -07:00
depends_on:
- prSecurityCheck