Skip to content

Telebot build

Telebot build #1

name: Telebot build
on:
push:
paths:
- './telebot'
workflow_dispatch:
jobs:
Mcdonalds:
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:

Check failure on line 22 in .github/workflows/action-telebot.yml

View workflow run for this annotation

GitHub Actions / Telebot build

Invalid workflow file

The workflow is not valid. .github/workflows/action-telebot.yml (Line: 22, Col: 22): Unexpected value '' .github/workflows/action-telebot.yml (Line: 23, Col: 17): Unexpected value 'context'
context: ./telebot
push: true
platforms: linux/arm64/v8
tags: latest
names: docker.io/${{ secrets.DOCKER_HUB_USERNAME }}/telebot:latest