Skip to content

Commit

Permalink
fixed action
Browse files Browse the repository at this point in the history
  • Loading branch information
NickLucche committed Oct 11, 2023
1 parent 9d89d5e commit b35ac83
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions .github/workflows/build-image-on-prs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,11 @@ on:
- '**.py'
- 'Dockerfile'
jobs:
docker:
using: 'docker'
image: 'Dockerfile'
docker-build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Build Docker image
run: docker build -t stable-diffusion:pr .

0 comments on commit b35ac83

Please sign in to comment.