Files
Open-Assistant/.github/workflows/docker-bot.yaml
T
Stephan Auerhahn c3f4069252 quotes
2022-12-13 18:39:03 -08:00

15 lines
209 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: ""