mirror of
https://example.com
synced 2024-11-23 22:16:39 +09:00
12 lines
285 B
YAML
12 lines
285 B
YAML
|
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 ]
|