mirror of
https://github.com/AbdBarho/stable-diffusion-webui-docker.git
synced 2026-02-03 22:24:19 +01:00
auto push images to docker hub
This commit is contained in:
parent
e2bb782e40
commit
246d1b0982
2
.github/workflows/docker.yml
vendored
2
.github/workflows/docker.yml
vendored
|
|
@ -40,7 +40,7 @@ jobs:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
name: ${{ matrix.profile }}
|
name: ${{ matrix.profile }}
|
||||||
steps:
|
steps:
|
||||||
- name: Build the docker images.
|
- name: Git checkout the code.
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
- name: Build the docker images.
|
- name: Build the docker images.
|
||||||
run: docker compose --profile ${{ matrix.profile }} build --progress plain
|
run: docker compose --profile ${{ matrix.profile }} build --progress plain
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue