mirror of
https://github.com/wassname/Open-Assistant.git
synced 2026-07-01 16:50:12 +08:00
14 lines
208 B
YAML
14 lines
208 B
YAML
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: "" |