test matrix4

This commit is contained in:
daozhao chen 2023-04-27 07:14:20 +00:00
parent b8b5b92b7b
commit 3d5959aa3b

View file

@ -15,6 +15,8 @@ jobs:
strategy:
matrix:
profile: [auto , sygil , invoke ,comfy , download]
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
# - sygil
# - invoke
@ -30,6 +32,6 @@ jobs:
# with:
# username: ${{secrets.DOCKERHUB_USERNAME}}
# password: ${{ secrets.DOCKERHUB_TOKEN }}
- run: echo "docker build is ok." ${{matrix.profile}}
- run: echo "docker build is ok." ${{matrix.profile}} ${{matrix.dockerTag}} ${{matrix.dockerHubTag}}