mirror of
https://github.com/AbdBarho/stable-diffusion-webui-docker.git
synced 2026-02-07 08:04:17 +01:00
098766
This commit is contained in:
parent
973aaebcbe
commit
3ba325b75e
7
.github/workflows/docker.yml
vendored
7
.github/workflows/docker.yml
vendored
|
|
@ -44,11 +44,12 @@ jobs:
|
||||||
steps:
|
steps:
|
||||||
- name: Build the docker images.
|
- name: Build the docker images.
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
- run: docker compose --profile ${{ matrix.profile }} build --progress plain
|
- name: Build the docker images.
|
||||||
|
run: docker compose --profile ${{ matrix.profile }} build --progress plain
|
||||||
|
|
||||||
- name: ehco info
|
- name: ehco info
|
||||||
- run: echo env ${{env.DOCKERHUB_USERNAME}} vars ${{vars.DOCKERHUB_USERNAME}}
|
if: {{vars.DOCKERHUB_USERNAME}}
|
||||||
- run: echo env ${{env.DOCKERHUB_USERNAME}} vars ${{vars.DOCKERHUB_USERNAME}}
|
run: echo env ${{env.DOCKERHUB_USERNAME}} vars ${{vars.DOCKERHUB_USERNAME}}
|
||||||
# - 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
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue