mirror of
https://github.com/AbdBarho/stable-diffusion-webui-docker.git
synced 2026-02-03 14:14:18 +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:
|
||||
strategy:
|
||||
matrix:
|
||||
profile:
|
||||
profile: [auto , sygil , invoke ,comfy , download]
|
||||
# - auto
|
||||
# - sygil
|
||||
# - invoke
|
||||
# - comfy
|
||||
- download
|
||||
runs-on: ubuntu-latest
|
||||
name: ${{ matrix.profile }}
|
||||
steps:
|
||||
# - uses: actions/checkout@v3
|
||||
# - run: docker compose --profile ${{ matrix.profile }} build --progress plain
|
||||
- name: Login to Docker Hub
|
||||
uses: docker/login-action@v2
|
||||
with:
|
||||
username: ${{secrets.DOCKERHUB_USERNAME}}
|
||||
password: ${{ secrets.DOCKERHUB_TOKEN }}
|
||||
- run: echo "docker build is ok." ${{ env.DOCKERHUB_USERNAME }} ${{ secrets.DOCKERHUB_TOKEN }}
|
||||
# - download
|
||||
# runs-on: ubuntu-latest
|
||||
# name: ${{ matrix.profile }}
|
||||
# steps:
|
||||
# # - uses: actions/checkout@v3
|
||||
# # - run: docker compose --profile ${{ matrix.profile }} build --progress plain
|
||||
# - name: Login to Docker Hub
|
||||
# uses: docker/login-action@v2
|
||||
# with:
|
||||
# username: ${{secrets.DOCKERHUB_USERNAME}}
|
||||
# password: ${{ secrets.DOCKERHUB_TOKEN }}
|
||||
- run: echo "docker build is ok." ${{matrix.profile}}
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue