mirror of
https://github.com/AbdBarho/stable-diffusion-webui-docker.git
synced 2026-01-21 07:50:25 +01:00
Update docker.yml
add rocm and reforge
This commit is contained in:
parent
c0e97d1913
commit
45dd1ddbab
8
.github/workflows/docker.yml
vendored
8
.github/workflows/docker.yml
vendored
|
|
@ -17,6 +17,10 @@ jobs:
|
|||
dockerfile: services/AUTOMATIC1111/Dockerfile
|
||||
context: services/AUTOMATIC1111/
|
||||
|
||||
- image: simonmcnair/AUTOMATIC1111-rocm
|
||||
dockerfile: services/AUTOMATIC1111/Dockerfile.rocm
|
||||
context: services/AUTOMATIC1111/
|
||||
|
||||
- image: simonmcnair/comfy
|
||||
dockerfile: services/comfy/Dockerfile
|
||||
context: services/comfy/
|
||||
|
|
@ -33,6 +37,10 @@ jobs:
|
|||
dockerfile: services/forge/Dockerfile
|
||||
context: services/forge/
|
||||
|
||||
- image: simonmcnair/reforge
|
||||
dockerfile: services/reforge/Dockerfile
|
||||
context: services/reforge/
|
||||
|
||||
runs-on: ubuntu-latest
|
||||
name: ${{ matrix.profile }}
|
||||
steps:
|
||||
|
|
|
|||
Loading…
Reference in a new issue