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