mirror of
https://github.com/BluemediaDev/nginx-live.git
synced 2025-05-02 18:01:35 +02:00
Migrate to Woodpecker CI
This commit is contained in:
parent
709530a2b9
commit
664925d246
2 changed files with 25 additions and 19 deletions
25
.woodpecker/docker.yaml
Normal file
25
.woodpecker/docker.yaml
Normal file
|
@ -0,0 +1,25 @@
|
|||
steps:
|
||||
docker:
|
||||
image: woodpeckerci/plugin-docker-buildx
|
||||
secrets: [docker_username, docker_password]
|
||||
settings:
|
||||
pull_image: true
|
||||
registry: git.bluemedia.dev
|
||||
repo: git.bluemedia.dev/bluemedia/nginx-live
|
||||
platforms: linux/amd64,linux/arm/v6,linux/arm64/v8
|
||||
tag: latest
|
||||
|
||||
notify:
|
||||
image: deblan/woodpecker-email
|
||||
settings:
|
||||
from.address:
|
||||
from_secret: smtp_notify_email
|
||||
from.name: Woodpecker CI
|
||||
host:
|
||||
from_secret: smtp_notify_host
|
||||
username:
|
||||
from_secret: smtp_notify_email
|
||||
password:
|
||||
from_secret: smtp_notify_password
|
||||
when:
|
||||
- status: [ failure ]
|
Loading…
Add table
Add a link
Reference in a new issue