mirror of
https://github.com/AbdBarho/stable-diffusion-webui-docker.git
synced 2026-02-08 00:24:25 +01:00
CI / Build Image
This commit is contained in:
parent
d4da252343
commit
9a6c97ec32
11
.github/workflows/docker.yml
vendored
Normal file
11
.github/workflows/docker.yml
vendored
Normal file
|
|
@ -0,0 +1,11 @@
|
||||||
|
name: Build Image
|
||||||
|
|
||||||
|
on: [push]
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
build_docker:
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
name: Make sure the image builds
|
||||||
|
steps:
|
||||||
|
- uses: actions/checkout@v3
|
||||||
|
- run: docker compose build --progress plain
|
||||||
Loading…
Reference in a new issue