Auto build container

This commit is contained in:
Ajay
2022-05-04 01:51:38 -04:00
parent 5f53859c94
commit 0fe85b9760
2 changed files with 65 additions and 0 deletions

15
.github/workflows/sb-container.yml vendored Normal file
View File

@@ -0,0 +1,15 @@
name: sb-runner
on:
push:
branches:
- master
workflow_dispatch:
jobs:
build:
uses: ./.github/workflows/docker-build.yml
with:
name: "sb-container"
username: "ajayyy"
secrets:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}