cdb/.woodpecker/.build.yml

16 lines
323 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:
platforms: linux/amd64,linux/arm/v6,linux/arm64/v8
repo: red/cdb
registry: git.hydrar.de
tags: latest
username: jmarya
password:
from_secret: registry_token