mirror of
https://github.com/AbdBarho/stable-diffusion-webui-docker.git
synced 2026-02-03 22:24:19 +01:00
7575757
This commit is contained in:
parent
389c550435
commit
ff819c9e28
7
.github/workflows/docker.yml
vendored
7
.github/workflows/docker.yml
vendored
|
|
@ -43,13 +43,14 @@ jobs:
|
|||
name: ${{ matrix.profile }}
|
||||
steps:
|
||||
- name: Build the docker images.
|
||||
- run: echo env ${{env.DOCKERHUB_USERNAME}} vars ${{vars.DOCKERHUB_USERNAME}}
|
||||
# - uses: actions/checkout@v3
|
||||
# - run: docker compose --profile ${{ matrix.profile }} build --progress plain
|
||||
uses: actions/checkout@v3
|
||||
- run: docker compose --profile ${{ matrix.profile }} build --progress plain
|
||||
|
||||
- run: echo env ${{env.DOCKERHUB_USERNAME}} vars ${{vars.DOCKERHUB_USERNAME}}
|
||||
# - name: Login to Docker Hub and push images.
|
||||
# if: ${{ vars.DOCKERHUB_USERNAME }}
|
||||
# - run: echo 11 "SHORT_SHA=`echo ${GITHUB_SHA} | cut -c1-7`" >> $GITHUB_ENV
|
||||
# - name: Login to Docker Hub
|
||||
# uses: docker/login-action@v2
|
||||
# with:
|
||||
# username: ${{ vars.DOCKERHUB_USERNAME}}
|
||||
|
|
|
|||
Loading…
Reference in a new issue