This commit is contained in:
daozhao chen 2023-04-27 07:04:48 +00:00
parent 5805dde468
commit a730272005

View file

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