mirror of
https://github.com/AbdBarho/stable-diffusion-webui-docker.git
synced 2026-02-03 06:04:24 +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:
|
||||
matrix:
|
||||
profile:
|
||||
- auto
|
||||
- sygil
|
||||
- invoke
|
||||
- comfy
|
||||
# - auto
|
||||
# - sygil
|
||||
# - invoke
|
||||
# - comfy
|
||||
- download
|
||||
runs-on: ubuntu-latest
|
||||
name: ${{ matrix.profile }}
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- run: docker compose --profile ${{ matrix.profile }} build --progress plain
|
||||
- run: echo "docker build is ok."
|
||||
|
|
|
|||
Loading…
Reference in a new issue