mirror of
https://github.com/AbdBarho/stable-diffusion-webui-docker.git
synced 2026-04-07 15:34:16 +00:00
CI / Build Image (#27)
This commit is contained in:
parent
d4da252343
commit
5f6d9fbb03
2 changed files with 30 additions and 10 deletions
12
.github/workflows/docker.yml
vendored
Normal file
12
.github/workflows/docker.yml
vendored
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
name: Build Image
|
||||
|
||||
on: [push]
|
||||
|
||||
jobs:
|
||||
build_docker:
|
||||
runs-on: ubuntu-latest
|
||||
name: Make sure the image builds
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
# TODO: how to cache intermediate images?
|
||||
- run: docker compose build --progress plain
|
||||
Loading…
Add table
Add a link
Reference in a new issue