cdb/.woodpecker/.build.yml

16 lines
321 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 22:00:57 +00:00
repo: git.hydrar.de/red/cdb
2024-12-05 17:26:19 +00:00
registry: git.hydrar.de
tags: latest
username: jmarya
password:
from_secret: registry_token