mirror of
https://github.com/wassname/Open-Assistant.git
synced 2026-07-18 12:10:34 +08:00
Add dockerfile for bot and build/publish actions
This commit is contained in:
@@ -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: ""
|
||||
Reference in New Issue
Block a user