mirror of
https://github.com/AbdBarho/stable-diffusion-webui-docker.git
synced 2026-02-03 22:24:19 +01:00
000
This commit is contained in:
parent
5d022231a1
commit
15ec074f82
10
.github/workflows/docker.yml
vendored
10
.github/workflows/docker.yml
vendored
|
|
@ -44,10 +44,10 @@ jobs:
|
|||
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
|
||||
|
||||
- name: Login to Docker Hub and push images.
|
||||
# - 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
|
||||
|
|
@ -60,6 +60,8 @@ jobs:
|
|||
# - run: docker tag ${{matrix.dockertag}} ${{vars.DOCKERHUB_USERNAME}}/${{matrix.dockerhubtag}}:latest
|
||||
# - run: docker tag ${{matrix.dockertag}} ${{vars.DOCKERHUB_USERNAME}}/${{matrix.dockerhubtag}}:${SHORT_SHA}
|
||||
# - run: docker push --all-tags ${{vars.DOCKERHUB_USERNAME}}/${{matrix.dockerhubtag}}
|
||||
|
||||
steps:
|
||||
- name: docker images push.
|
||||
- run: echo env ${{env.DOCKERHUB_USERNAME}} vars ${{vars.DOCKERHUB_USERNAME}}
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue