Files
Open-Assistant/.github/workflows/docker-bot.yaml
T
Stephan Auerhahn df5fcc873c reorg
2022-12-13 18:35:22 -08:00

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: ""