mirror of
https://github.com/AbdBarho/stable-diffusion-webui-docker.git
synced 2025-10-27 08:14:26 -04:00
CI / Build Image (#27)
This commit is contained in:
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
|
||||
Reference in New Issue
Block a user