rename container

This commit is contained in:
Ajay
2022-05-04 02:25:29 -04:00
parent c5d2cacae2
commit c5f163e41e

15
.github/workflows/sb-server.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-server"
username: "ajayyy"
secrets:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}