Skip to content

Commit

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

0 comments on commit 8f831bb

Please sign in to comment.