iceshrimp-legacy/.woodpecker/commitDocker.yml
2022-12-16 01:40:30 +01:00

14 lines
242 B
YAML

pipeline:
docker-build:
image: plugins/kaniko
settings:
repo: thatonecalculator/calckey
tags: test
dockerfile: Dockerfile
no_push: true
when:
event: commit
branches:
include: [ master, develop ]