Skip to content

hotfix(user-register): Now users get registered when they start the bot. #5

hotfix(user-register): Now users get registered when they start the bot.

hotfix(user-register): Now users get registered when they start the bot. #5

Workflow file for this run

name: ci-build
on:
workflow_call: {}
pull_request:
branches: ["main"]
jobs:
build:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v2
- name: Build docker image
run: docker buildx build --load --progress=plain .