From 80505d691c29ec24513aa270916dbebe6bff4da6 Mon Sep 17 00:00:00 2001 From: Harsh Mahadev Duche Date: Thu, 1 Aug 2024 14:16:17 +0530 Subject: [PATCH] editing the dockerfile path --- .github/workflows/deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index b76e7b3..4278908 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -22,7 +22,7 @@ jobs: uses: docker/build-push-action@v2 with: context: . - file: ./Dockerfile + file: ./docker/Dockerfile.user push: true tags: ducheharsh/thewallet:latest