Files
Open-Assistant/.github/workflows/docker-bot.yaml
T
Stephan Auerhahn 2634f27008 newlines
2022-12-13 18:37:21 -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: ""