Skip to content

feat: socket.io impl to support interactions with telegram bot (#15) #53

feat: socket.io impl to support interactions with telegram bot (#15)

feat: socket.io impl to support interactions with telegram bot (#15) #53

Workflow file for this run

name: Docker Image CI
on:
workflow_dispatch:
push:
branches:
- main
# workflow_run:
# workflows: [Test]
# branches: [main]
# types:
# - completed
jobs:
build:
name: Build
runs-on: ubuntu-latest
# if: ${{ github.event.workflow_run.conclusion == 'success' }}
steps:
- uses: actions/checkout@v4
- uses: docker/setup-qemu-action@v3
- uses: docker/setup-buildx-action@v3
- uses: docker/login-action@v2
with:
registry: ghcr.io
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
- name: Build the Docker image
uses: docker/build-push-action@v5
with:
context: ./backend/
platforms: linux/amd64
push: true
tags: ghcr.io/polinetworkorg/backend:latest