2024-06-02 15:46:35 +02:00
|
|
|
when:
|
|
|
|
|
- event: push
|
2024-06-02 15:47:53 +02:00
|
|
|
branch: main
|
2024-06-02 15:46:35 +02:00
|
|
|
|
|
|
|
|
steps:
|
|
|
|
|
- name: build & publish
|
|
|
|
|
image: woodpeckerci/plugin-docker-buildx
|
|
|
|
|
directory: server
|
|
|
|
|
settings:
|
|
|
|
|
registry: containers.zipek.cz
|
|
|
|
|
username:
|
|
|
|
|
from_secret: zipek_registry_username
|
|
|
|
|
password:
|
|
|
|
|
from_secret: zipek_registry_password
|
|
|
|
|
repo: containers.zipek.cz/kamen/screen-data
|
|
|
|
|
tags: latest
|