The Bot for @vollmond@fnordon.de #5
|
@ -1,11 +1,36 @@
|
||||||
pipeline:
|
steps:
|
||||||
docker-build:
|
build-bot:
|
||||||
secrets: [docker_username, docker_password]
|
secrets: [docker_username, docker_password]
|
||||||
image: woodpeckerci/plugin-docker-buildx
|
image: woodpeckerci/plugin-docker-buildx
|
||||||
settings:
|
settings:
|
||||||
context: bot
|
context: bot
|
||||||
dockerfile: bot/Dockerfile
|
dockerfile: bot/Dockerfile
|
||||||
repo: dentaku/vollmond-bot
|
repo: dentaku/vollmond-bot
|
||||||
tag: latest
|
tags:
|
||||||
|
- latest
|
||||||
|
- v0.1
|
||||||
auto-tag: true
|
auto-tag: true
|
||||||
platforms: [linux/amd64, linux/arm64]
|
platforms: [linux/amd64, linux/arm64]
|
||||||
|
when:
|
||||||
|
- event: push
|
||||||
|
path:
|
||||||
|
include: [ 'bot/**' ]
|
||||||
|
- event: cron
|
||||||
|
- event: manual
|
||||||
|
|
||||||
|
build-webpage:
|
||||||
|
secrets: [docker_username, docker_password]
|
||||||
|
image: woodpeckerci/plugin-docker-buildx
|
||||||
|
settings:
|
||||||
|
repo: dentaku/vollmond
|
||||||
|
tags:
|
||||||
|
- latest
|
||||||
|
- v1.0
|
||||||
|
auto-tag: true
|
||||||
|
platforms: [linux/amd64, linux/arm64]
|
||||||
|
when:
|
||||||
|
- event: push
|
||||||
|
path:
|
||||||
|
include: [ 'wwwroot/**', 'Dockerfile' ]
|
||||||
|
- event: cron
|
||||||
|
- event: manual
|
Loading…
Reference in a new issue