mirror of
https://example.com
synced 2024-11-24 00:36:40 +09:00
11 lines
285 B
YAML
11 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 ]
|