mirror of
https://github.com/wassname/Open-Assistant.git
synced 2026-06-27 16:10:30 +08:00
17 lines
230 B
YAML
17 lines
230 B
YAML
name: (Bot) Publish Docker Image
|
|
|
|
on:
|
|
push:
|
|
paths:
|
|
- "bot/**"
|
|
tags:
|
|
- v*
|
|
|
|
jobs:
|
|
build:
|
|
uses: ./.github/workflows/docker-build.yaml
|
|
with:
|
|
image-name: bot
|
|
folder: bot
|
|
build-args: ""
|