From 8f831bb533374ae6c6251365f40c2dff0d0b1c26 Mon Sep 17 00:00:00 2001 From: sahil-sagwekar2652 Date: Thu, 4 Jan 2024 13:15:38 +0530 Subject: [PATCH] update dockerfile path --- .github/workflows/cicd.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cicd.yml b/.github/workflows/cicd.yml index 6bfa051..b5a55b1 100644 --- a/.github/workflows/cicd.yml +++ b/.github/workflows/cicd.yml @@ -25,6 +25,6 @@ jobs: name: Build and push flask_blog uses: docker/build-push-action@v5 with: - file: /flask_blog + file: /flask_blog/Dockerfile push: true tags: ${{ env.RELEASE_VERSION }}