mirror of
https://github.com/AbdBarho/stable-diffusion-webui-docker.git
synced 2026-02-03 14:14:18 +01:00
test 11
This commit is contained in:
parent
acf7ecebf2
commit
6dd085889e
10
.github/workflows/docker.yml
vendored
10
.github/workflows/docker.yml
vendored
|
|
@ -13,10 +13,15 @@ on:
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
strategy:
|
strategy:
|
||||||
|
max-parallel: 3
|
||||||
matrix:
|
matrix:
|
||||||
profile: [auto , sygil , invoke ,comfy , download]
|
profile: [auto , sygil , invoke ,comfy , download]
|
||||||
dockertag: ["sd-auto:51","sd-sygil:16", "sd-invoke:27", "sd-comfy:1" , "sd-download:51"]
|
include:
|
||||||
dockerhubtag: [sd-auto , sd-sygil , sd-invoke ,sd-comfy , sd-download]
|
- profile: auto
|
||||||
|
dockertag: "sd-auto:51"
|
||||||
|
dockerhubtag: "sd-auto:latest"
|
||||||
|
# dockertag: ["sd-auto:51","sd-sygil:16", "sd-invoke:27", "sd-comfy:1" , "sd-download:51"]
|
||||||
|
# dockerhubtag: [sd-auto , sd-sygil , sd-invoke ,sd-comfy , sd-download]
|
||||||
# - auto
|
# - auto
|
||||||
# - sygil
|
# - sygil
|
||||||
# - invoke
|
# - invoke
|
||||||
|
|
@ -35,3 +40,4 @@ jobs:
|
||||||
- run: echo "docker build is ok." ${{matrix.profile}} ${{matrix.dockertag}} ${{matrix.dockerhubtag}}
|
- run: echo "docker build is ok." ${{matrix.profile}} ${{matrix.dockertag}} ${{matrix.dockerhubtag}}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue