Trigger build automatically once a week.

This commit is contained in:
2020-12-27 19:15:53 +00:00
parent 8009511d86
commit 733701b14a
2 changed files with 7 additions and 1 deletions
+2 -1
View File
@@ -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
View File
@@ -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