iceshrimp-legacy/.woodpecker/testDocker.yml

12 lines
217 B
YAML
Raw Permalink 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:
2023-07-03 00:18:30 +02:00
repo: thatonecalculator/firefish
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 ]