Set path to mdbook Dockerfile
Some checks failed
Push Workflows / rustfmt (push) Successful in 5s
Push Workflows / mdbook (push) Successful in 5s
Push Workflows / docker-build (push) Successful in 27s
Push Workflows / docs (push) Successful in 36s
Push Workflows / leptos-test (push) Successful in 1m48s
Push Workflows / test (push) Successful in 1m58s
Push Workflows / mdbook-server (push) Successful in 1m45s
Push Workflows / clippy (push) Failing after 1m58s
Push Workflows / build (push) Successful in 2m45s
Push Workflows / nix-build (push) Successful in 13m16s

This commit is contained in:
2025-05-28 02:57:38 +00:00
parent 579e7bbb48
commit 84451e2dac

View File

@ -145,6 +145,7 @@ jobs:
- name: Build and push Docker image - name: Build and push Docker image
uses: docker/build-push-action@v5 uses: docker/build-push-action@v5
with: with:
file: Dockerfile.mdbook
push: true push: true
tags: "${{ steps.get-image-name.outputs.IMAGE_NAME }}:${{ gitea.sha }}" tags: "${{ steps.get-image-name.outputs.IMAGE_NAME }}:${{ gitea.sha }}"
cache-from: type=gha cache-from: type=gha
@ -153,6 +154,7 @@ jobs:
uses: docker/build-push-action@v5 uses: docker/build-push-action@v5
if: gitea.ref == 'refs/heads/main' if: gitea.ref == 'refs/heads/main'
with: with:
file: Dockerfile.mdbook
push: true push: true
tags: "${{ steps.get-image-name.outputs.IMAGE_NAME }}:latest" tags: "${{ steps.get-image-name.outputs.IMAGE_NAME }}:latest"
cache-from: type=gha cache-from: type=gha