mirror of
https://github.com/AbdBarho/stable-diffusion-webui-docker.git
synced 2026-02-21 06:55:27 +01:00
test 2
This commit is contained in:
parent
5805dde468
commit
a730272005
26
.github/workflows/docker.yml
vendored
26
.github/workflows/docker.yml
vendored
|
|
@ -14,22 +14,22 @@ jobs:
|
||||||
build:
|
build:
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
profile:
|
profile: [auto , sygil , invoke ,comfy , download]
|
||||||
# - auto
|
# - auto
|
||||||
# - sygil
|
# - sygil
|
||||||
# - invoke
|
# - invoke
|
||||||
# - comfy
|
# - comfy
|
||||||
- download
|
# - download
|
||||||
runs-on: ubuntu-latest
|
# runs-on: ubuntu-latest
|
||||||
name: ${{ matrix.profile }}
|
# name: ${{ matrix.profile }}
|
||||||
steps:
|
# steps:
|
||||||
# - uses: actions/checkout@v3
|
# # - uses: actions/checkout@v3
|
||||||
# - run: docker compose --profile ${{ matrix.profile }} build --progress plain
|
# # - run: docker compose --profile ${{ matrix.profile }} build --progress plain
|
||||||
- name: Login to Docker Hub
|
# - name: Login to Docker Hub
|
||||||
uses: docker/login-action@v2
|
# uses: docker/login-action@v2
|
||||||
with:
|
# with:
|
||||||
username: ${{secrets.DOCKERHUB_USERNAME}}
|
# username: ${{secrets.DOCKERHUB_USERNAME}}
|
||||||
password: ${{ secrets.DOCKERHUB_TOKEN }}
|
# password: ${{ secrets.DOCKERHUB_TOKEN }}
|
||||||
- run: echo "docker build is ok." ${{ env.DOCKERHUB_USERNAME }} ${{ secrets.DOCKERHUB_TOKEN }}
|
- run: echo "docker build is ok." ${{matrix.profile}}
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue