Files
the-sourdough-framework/.github/workflows/test-book-website-push.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

11 lines
228 B
YAML

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