change download docker name

This commit is contained in:
daozhao chen 2023-05-04 07:01:57 +00:00
parent 37a2d5f326
commit 756f7fc668
2 changed files with 1 additions and 2 deletions

View file

@ -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 }}

View file

@ -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