From 5ecf80bce1923d873626b10a841e1faa93e4aa00 Mon Sep 17 00:00:00 2001 From: Christian Haschek Date: Sat, 20 Nov 2021 01:48:51 +0100 Subject: [PATCH] fixed dockerfile path --- .github/workflows/build-docker.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-docker.yml b/.github/workflows/build-docker.yml index 0a95afc..381d2ef 100644 --- a/.github/workflows/build-docker.yml +++ b/.github/workflows/build-docker.yml @@ -58,7 +58,7 @@ jobs: with: builder: ${{ steps.buildx.outputs.name }} context: . - file: ./Dockerfile + file: docker/Dockerfile platforms: linux/amd64,linux/arm64 push: true tags: ${{ steps.prep.outputs.tags }} \ No newline at end of file