Skip to content

tdbuilder for tdlib for linux #40

tdbuilder for tdlib for linux

tdbuilder for tdlib for linux #40

name: tdbuilder for tdlib for linux
on:
schedule:
- cron: '0 5 * * 5'
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v3
- name: Docker Login
uses: docker/[email protected]
with:
registry: ghcr.io
username: ${{ secrets.USERNAME }}
password: ${{ secrets.TOKEN }}
- name: Build and push Docker images
uses: docker/[email protected]
with:
context: .
file: Dockerfile.tdlib-linux
push: true
tags: ghcr.io/${{ github.actor }}/tdlib-linux:latest