mirror of
https://github.com/AbdBarho/stable-diffusion-webui-docker.git
synced 2026-03-21 04:24:51 +01:00
test action
This commit is contained in:
parent
8641f24020
commit
a6c301dc16
9
.github/workflows/docker.yml
vendored
9
.github/workflows/docker.yml
vendored
|
|
@ -15,13 +15,14 @@ jobs:
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
profile:
|
profile:
|
||||||
- auto
|
# - auto
|
||||||
- sygil
|
# - sygil
|
||||||
- invoke
|
# - invoke
|
||||||
- comfy
|
# - comfy
|
||||||
- download
|
- download
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
name: ${{ matrix.profile }}
|
name: ${{ matrix.profile }}
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
- run: docker compose --profile ${{ matrix.profile }} build --progress plain
|
- run: docker compose --profile ${{ matrix.profile }} build --progress plain
|
||||||
|
- run: echo "docker build is ok."
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue