iceshrimp-legacy/.woodpecker/testDocker.yml
ThatOneCalculator 6da5a5b89b
find and replace
2023-07-02 15:18:30 -07:00

12 lines
217 B
YAML

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