Add dockerfile for bot and build/publish actions

This commit is contained in:
Stephan Auerhahn
2022-12-13 11:24:22 -08:00
parent 837452af25
commit 6c41d7afde
4 changed files with 88 additions and 0 deletions
+14
View File
@@ -0,0 +1,14 @@
name: (Bot) Publish Docker Image
on:
push:
paths:
- 'bot/**'
jobs:
build:
uses: ./.github/workflows/docker/build.yaml
with:
image-name: bot
folder: bot
build-args: ""