From 84451e2dacae59a8e3fed972a0a416c54d173ccf Mon Sep 17 00:00:00 2001 From: Ethan Girouard Date: Wed, 28 May 2025 02:57:38 +0000 Subject: [PATCH] Set path to mdbook Dockerfile --- .gitea/workflows/push.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitea/workflows/push.yaml b/.gitea/workflows/push.yaml index faa9995..4539ae7 100644 --- a/.gitea/workflows/push.yaml +++ b/.gitea/workflows/push.yaml @@ -145,6 +145,7 @@ jobs: - name: Build and push Docker image uses: docker/build-push-action@v5 with: + file: Dockerfile.mdbook push: true tags: "${{ steps.get-image-name.outputs.IMAGE_NAME }}:${{ gitea.sha }}" cache-from: type=gha @@ -153,6 +154,7 @@ jobs: uses: docker/build-push-action@v5 if: gitea.ref == 'refs/heads/main' with: + file: Dockerfile.mdbook push: true tags: "${{ steps.get-image-name.outputs.IMAGE_NAME }}:latest" cache-from: type=gha