From eaba05f7c027ee24b807807974d10e7962bb851d Mon Sep 17 00:00:00 2001 From: Adrian Wannenmacher Date: Thu, 14 Dec 2023 04:52:00 +0100 Subject: [PATCH] mdbook: try fix image publishing 3 --- .github/workflows/mdbook.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/mdbook.yml b/.github/workflows/mdbook.yml index 87df746..db94ce1 100644 --- a/.github/workflows/mdbook.yml +++ b/.github/workflows/mdbook.yml @@ -45,7 +45,7 @@ jobs: uses: docker/build-push-action@v4 with: context: ./mdbook - file: "{context}/Containerfile" + file: ./mdbook/Containerfile push: true tags: ${{ steps.meta.outputs.tags }} labels: ${{ steps.meta.outputs.labels }}