Skip to content

Migrate to telegram-bot-api/v5 and built-in slices function #6

Migrate to telegram-bot-api/v5 and built-in slices function

Migrate to telegram-bot-api/v5 and built-in slices function #6

Workflow file for this run

name: Publish artifacts
on:
workflow_dispatch:
push:
branches:
- 'main'
jobs:
docker:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: docker/setup-buildx-action@v2
- uses: docker/setup-qemu-action@v2
- uses: docker/login-action@v2
with:
registry: ghcr.io
username: ${{ github.actor }}
password: ${{ github.token }}
- uses: docker/build-push-action@v3
with:
push: true
platforms: linux/amd64,linux/arm64
tags: ghcr.io/freefeed/freefeed-tg-client:latest