Auto build
This commit is contained in:
parent
f905c6636a
commit
d13917ee95
|
|
@ -0,0 +1,16 @@
|
||||||
|
when:
|
||||||
|
- event: push
|
||||||
|
branch: master
|
||||||
|
|
||||||
|
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
|
||||||
Loading…
Reference in New Issue