iceshrimp-legacy/.woodpecker/commitDocker.yml
2022-12-27 00:24:19 +01:00

15 lines
243 B
YAML

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