iceshrimp-legacy/.woodpecker/commitDocker.yml

12 lines
285 B
YAML
Raw Normal View History

2022-12-16 01:33:09 +01:00
pipeline:
docker-build:
image: woodpeckerci/plugin-docker-buildx
settings:
repo: codeberg.org/thatonecalculator/calckey
registry: codeberg.org
dry_run: true
output: type=oci,dest=thatonecalculator-calckey.tar
branches:
include: [ master, develop ]