Initial Commit

This commit is contained in:
2026-08-20 02:27:36 +02:00
commit eb006ab895
25 changed files with 1675 additions and 0 deletions
+14
View File
@@ -0,0 +1,14 @@
name: build
on:
push:
branches:
- main
jobs:
build:
runs-on: remote
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Build
run: docker buildx build --push -t ${{ vars.DOCKER_REGISTRY }}/sb/bot-manager:latest .