mirror of
https://github.com/lukaszraczylo/tdlib-telegram-bot-api-docker.git
synced 2024-06-15 10:55:24 +03:00
Trigger build automatically once a week.
This commit is contained in:
parent
8009511d86
commit
733701b14a
3
.github/workflows/build_image.yml
vendored
3
.github/workflows/build_image.yml
vendored
@ -1,6 +1,7 @@
|
|||||||
name: Build Telegram API server
|
name: Build Telegram API server
|
||||||
on:
|
on:
|
||||||
workflow_dispatch
|
schedule:
|
||||||
|
- cron: "0 2 */7 * *"
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
runs-on: ubuntu-20.04
|
runs-on: ubuntu-20.04
|
||||||
|
@ -5,6 +5,11 @@ Produce working, minimal Docker image for the Telegram Bot API server together w
|
|||||||
to use pipeline generating builds on the changes within the main repository managed by
|
to use pipeline generating builds on the changes within the main repository managed by
|
||||||
Telegram team.
|
Telegram team.
|
||||||
|
|
||||||
|
## Build schedule
|
||||||
|
Build will be triggered automatically once a week to produce the latest version of the Telegram API Server.
|
||||||
|
I would set it for the daily release but every build takes ~25 minutes and generates additional costs on my side.
|
||||||
|
Images are versioned in format `1.0.x` where `x` is a build number.
|
||||||
|
|
||||||
## How to use the image
|
## How to use the image
|
||||||
|
|
||||||
### Github authentication
|
### Github authentication
|
||||||
|
Loading…
Reference in New Issue
Block a user