Files
the-sourdough-framework/.github/workflows/test-book-website-pull-request.yml
Hendrik Kleinwaechter 49d93f7573 Change docker build process (#346)
Uses latest image by default. For releasing the book and website a new
image is built and stored as "latest".
2024-04-11 16:03:16 +02:00

12 lines
218 B
YAML

name: Test building book and website
on:
pull_request:
jobs:
test-building-book-website:
uses: ./.github/workflows/test-book-website.yml
with:
docker-image: ghcr.io/${{ github.repository }}:latest