mirror of
https://github.com/AbdBarho/stable-diffusion-webui-docker.git
synced 2025-12-06 02:15:19 -05:00
* update folders * Update CI * Update CI * Unify base docker images * Remove dead config * Update permissions * Remove CPU Hack * Update hlky * Add Download Service * Adapt services * executable * remove buggy parameter * rename to SHA * Update README
15 lines
361 B
YAML
15 lines
361 B
YAML
name: Build Images
|
|
|
|
on: [push]
|
|
|
|
jobs:
|
|
build_all:
|
|
runs-on: ubuntu-latest
|
|
name: All
|
|
steps:
|
|
- uses: actions/checkout@v3
|
|
# better caching?
|
|
- run: docker compose --profile auto build --progress plain
|
|
- run: docker compose --profile hlky build --progress plain
|
|
- run: docker compose --profile lstein build --progress plain
|