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 }}