From e6a4f9cac16681e1ef56aeaae56a48ad90ae9954 Mon Sep 17 00:00:00 2001
From: Jonathan de Bruin <jonathandebruinos@gmail.com>
Date: Thu, 2 Nov 2023 10:20:00 +0100
Subject: [PATCH] Fix Action path to Dockerfile

---
 .github/workflows/docker.yml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/.github/workflows/docker.yml b/.github/workflows/docker.yml
index 2ff0f7ab9..e3fd59e32 100644
--- a/.github/workflows/docker.yml
+++ b/.github/workflows/docker.yml
@@ -22,7 +22,8 @@ jobs:
       - name: Build the image for testing
         uses: docker/build-push-action@v4
         with:
-          context: ./Docker/simple
+          context: .
+          file: ./docker/simple/Dockerfile
           load: true
           tags: asreview/asreview:test
       - name: Test the built image