Skip to content

Telebot build

Telebot build #3

name: Telebot build
on:
push:
paths:
- './telebot'
workflow_dispatch:
jobs:
Telebot:
runs-on: ${{ vars.SYSTEM }}
timeout-minutes: ${{ fromJSON(vars.TIMEOUT) }}
steps:
- uses: actions/checkout@v4
- name: Set up docker build environment
uses: ./.github/actions/Docker
- name: Build and push
uses: docker/build-push-action@v5
with:
context: ./telebot
push: true
platforms: linux/arm64/v8
tags: latest
names: docker.io/${{ secrets.DOCKER_HUB_USERNAME }}/telebot:latest