mirror of
https://github.com/AbdBarho/stable-diffusion-webui-docker.git
synced 2026-04-21 06:14:00 +00:00
7777
This commit is contained in:
parent
a8d3990b58
commit
88f8823fb0
1 changed files with 2 additions and 2 deletions
4
.github/workflows/docker.yml
vendored
4
.github/workflows/docker.yml
vendored
|
|
@ -47,8 +47,8 @@ jobs:
|
||||||
- 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 and push images.
|
# - name: Login to Docker Hub and push images.
|
||||||
if: ${{ vars.DOCKERHUB_USERNAME }}
|
- if: ${{ vars.DOCKERHUB_USERNAME }}
|
||||||
run: echo 11 "SHORT_SHA=`echo ${GITHUB_SHA} | cut -c1-7`" >> $GITHUB_ENV
|
run: echo 11 "SHORT_SHA=`echo ${GITHUB_SHA} | cut -c1-7`" >> $GITHUB_ENV
|
||||||
# uses: docker/login-action@v2
|
# uses: docker/login-action@v2
|
||||||
# with:
|
# with:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue