mirror of
https://github.com/AbdBarho/stable-diffusion-webui-docker.git
synced 2026-02-03 22:24:19 +01:00
test 25
This commit is contained in:
parent
b85a77a43a
commit
34afd9188a
4
.github/workflows/docker.yml
vendored
4
.github/workflows/docker.yml
vendored
|
|
@ -15,7 +15,7 @@ jobs:
|
|||
strategy:
|
||||
max-parallel: 3
|
||||
matrix:
|
||||
profile: [auto , sygil , invoke ,comfy , download]
|
||||
profile: [download]
|
||||
include:
|
||||
- profile: auto
|
||||
dockertag: "sd-auto:51"
|
||||
|
|
@ -55,6 +55,8 @@ jobs:
|
|||
- run: echo ${SHORT_SHA}
|
||||
- run: echo docker tag ${{matrix.dockertag}} ${{vars.DOCKERHUB_USERNAME}}/${{matrix.dockerhubtag}}:latest
|
||||
- run: echo docker tag ${{matrix.dockertag}} ${{vars.DOCKERHUB_USERNAME}}/${{matrix.dockerhubtag}}:${SHORT_SHA}
|
||||
- run: echo docker image ls
|
||||
- run: echo docker image push --all-tags ${{vars.DOCKERHUB_USERNAME}}/${{matrix.dockerhubtag}}
|
||||
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue