1
0
Fork 1
mirror of https://example.com synced 2024-11-23 22:16:39 +09:00
firefish/.woodpecker/commitDocker.yml

12 lines
285 B
YAML
Raw Normal View History

2022-12-16 09:33:09 +09: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 ]