Skip to content

Commit

Permalink
specify context
Browse files Browse the repository at this point in the history
  • Loading branch information
sahil-sagwekar2652 committed Jan 4, 2024
1 parent 5f6d9b1 commit e439cef
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/cicd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}

0 comments on commit e439cef

Please sign in to comment.