mirror of
https://github.com/hendricius/the-sourdough-framework
synced 2025-11-28 13:53:59 -06:00
15 lines
337 B
YAML
15 lines
337 B
YAML
name: Test building book and website with default image
|
|
|
|
on:
|
|
push:
|
|
|
|
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 }}:latest
|