mirror of
https://github.com/AbdBarho/stable-diffusion-webui-docker.git
synced 2025-12-06 07:12:11 +01:00
parent
36f39043de
commit
a68734c9f9
20
.github/workflows/docker.yml
vendored
20
.github/workflows/docker.yml
vendored
|
|
@ -4,9 +4,9 @@ on:
|
|||
push:
|
||||
branches: master
|
||||
pull_request:
|
||||
paths:
|
||||
- docker-compose.yml
|
||||
- services
|
||||
paths:
|
||||
- docker-compose.yml
|
||||
- services
|
||||
|
||||
jobs:
|
||||
build:
|
||||
|
|
@ -22,18 +22,4 @@ jobs:
|
|||
name: ${{ matrix.profile }}
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- uses: dorny/paths-filter@v2
|
||||
id: changes
|
||||
with:
|
||||
filters: |
|
||||
auto:
|
||||
- 'services/auto/**'
|
||||
sygil:
|
||||
- 'services/sygil/**'
|
||||
invoke:
|
||||
- 'services/invoke/**'
|
||||
comfy:
|
||||
- 'services/comfy/**'
|
||||
|
||||
- run: docker compose --profile ${{ matrix.profile }} build --progress plain
|
||||
if: github.ref == 'refs/heads/master' || steps.changes.outputs.${{ matrix.profile }} == 'true'
|
||||
|
|
|
|||
Loading…
Reference in a new issue