cdb/.woodpecker/.build.yml

16 lines
307 B
YAML
Raw Normal View History

2024-12-05 17:26:19 +00:00
when:
- event: push
branch: main
steps:
- name: build
image: woodpeckerci/plugin-docker-buildx
settings:
2024-12-05 18:04:53 +00:00
platforms: linux/amd64,linux/arm64
2024-12-05 17:26:19 +00:00
repo: red/cdb
registry: git.hydrar.de
tags: latest
username: jmarya
password:
from_secret: registry_token