Add AUTOMATIC1111 and lstein WebUIs (#32)

* Lstein

* Add AUTOMATIC1111 and lstein UIs

* Update Workflow
This commit is contained in:
AbdBarho
2022-09-05 19:51:22 +02:00
committed by GitHub
parent 082876aab3
commit ccc7306f48
15 changed files with 195 additions and 6 deletions

View File

@@ -2,11 +2,23 @@ name: Build Image
on: [push]
# TODO: how to cache intermediate images?
jobs:
build_docker:
build_hlky:
runs-on: ubuntu-latest
name: Make sure the image builds
name: Build hlky
steps:
- uses: actions/checkout@v3
# TODO: how to cache intermediate images?
- run: docker compose build --progress plain
build_AUTOMATIC1111:
runs-on: ubuntu-latest
name: Build AUTOMATIC1111
steps:
- uses: actions/checkout@v3
- run: cd AUTOMATIC1111 && docker compose build --progress plain
build_lstein:
runs-on: ubuntu-latest
name: Build lstein
steps:
- uses: actions/checkout@v3
- run: cd lstein && docker compose build --progress plain