mirror of
https://github.com/AbdBarho/stable-diffusion-webui-docker.git
synced 2026-02-04 06:34:19 +01:00
888
This commit is contained in:
parent
88f8823fb0
commit
ae1bfd74c2
4
.github/workflows/docker.yml
vendored
4
.github/workflows/docker.yml
vendored
|
|
@ -47,8 +47,8 @@ jobs:
|
|||
- uses: actions/checkout@v3
|
||||
- run: docker compose --profile ${{ matrix.profile }} build --progress plain
|
||||
|
||||
# - name: Login to Docker Hub and push images.
|
||||
- if: ${{ 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
|
||||
# uses: docker/login-action@v2
|
||||
# with:
|
||||
|
|
|
|||
Loading…
Reference in a new issue