mirror of
https://github.com/AbdBarho/stable-diffusion-webui-docker.git
synced 2026-03-21 12:34:46 +01:00
change download docker name
This commit is contained in:
parent
37a2d5f326
commit
756f7fc668
2
.github/workflows/docker.yml
vendored
2
.github/workflows/docker.yml
vendored
|
|
@ -35,7 +35,7 @@ jobs:
|
||||||
dockertag: "sd-comfy:1"
|
dockertag: "sd-comfy:1"
|
||||||
dockerhubtag: "sd-comfy"
|
dockerhubtag: "sd-comfy"
|
||||||
- profile: download
|
- profile: download
|
||||||
dockertag: "sd-download:51"
|
dockertag: "webui-docker-download:latest"
|
||||||
dockerhubtag: "sd-download"
|
dockerhubtag: "sd-download"
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
name: ${{ matrix.profile }}
|
name: ${{ matrix.profile }}
|
||||||
|
|
|
||||||
|
|
@ -21,7 +21,6 @@ services:
|
||||||
download:
|
download:
|
||||||
build: ./services/download/
|
build: ./services/download/
|
||||||
profiles: ["download"]
|
profiles: ["download"]
|
||||||
image: sd-download:51
|
|
||||||
volumes:
|
volumes:
|
||||||
- *v1
|
- *v1
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue