mirror of
https://github.com/hendricius/the-sourdough-framework
synced 2025-12-03 08:13:58 -06:00
committed by
GitHub
parent
0fecb8e252
commit
d0f71d9b0e
14
.github/workflows/test-book-website-pull-request.yml
vendored
Normal file
14
.github/workflows/test-book-website-pull-request.yml
vendored
Normal file
@@ -0,0 +1,14 @@
|
||||
name: Test building book and website with custom image
|
||||
|
||||
on:
|
||||
pull_request:
|
||||
|
||||
jobs:
|
||||
build-and-push-image:
|
||||
uses: ./.github/workflows/docker-build-push.yml
|
||||
|
||||
test-building-book-website:
|
||||
needs: build-and-push-image
|
||||
uses: ./.github/workflows/test-book-website.yml
|
||||
with:
|
||||
docker-image: ghcr.io/${{ github.repository }}:${{ github.event.pull_request.head.ref }}
|
||||
Reference in New Issue
Block a user