iceshrimp/.woodpecker/testDocker.yml

12 lines
210 B
YAML
Raw Normal View History

2022-12-16 01:33:09 +01:00
pipeline:
docker-build:
2022-12-16 01:40:30 +01:00
image: plugins/kaniko
2022-12-16 01:33:09 +01:00
settings:
repo: iceshrimp/iceshrimp
2022-12-16 01:40:30 +01:00
tags: test
dockerfile: Dockerfile
no_push: true
2022-12-16 01:33:09 +01:00
branches:
include: [ main, develop, beta ]