From e439ceff1beecc396747cbd696d5b8be825d46be Mon Sep 17 00:00:00 2001 From: sahil-sagwekar2652 Date: Thu, 4 Jan 2024 15:15:43 +0530 Subject: [PATCH] specify context --- .github/workflows/cicd.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/cicd.yml b/.github/workflows/cicd.yml index b5a55b1..2c216ba 100644 --- a/.github/workflows/cicd.yml +++ b/.github/workflows/cicd.yml @@ -25,6 +25,7 @@ jobs: name: Build and push flask_blog uses: docker/build-push-action@v5 with: - file: /flask_blog/Dockerfile + # file: /flask_blog/Dockerfile + context: https://github.com/sahil-sagwekar2652/Personal-blog-website.git#master:flask_blog push: true tags: ${{ env.RELEASE_VERSION }}