Add error server

This commit is contained in:
Ajay
2024-04-16 03:01:44 -04:00
parent 2251ddc251
commit 7c51586664
4 changed files with 48 additions and 0 deletions

16
.github/workflows/error-server.yml vendored Normal file
View File

@@ -0,0 +1,16 @@
name: Docker image builds
on:
push:
branches:
- master
workflow_dispatch:
jobs:
error-server:
uses: ./.github/workflows/docker-build.yml
with:
name: "error-server"
username: "ajayyy"
folder: "./containers/error-server"
secrets:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}