Skip to content

Commit

Permalink
docker repo name must be lowercase
Browse files Browse the repository at this point in the history
  • Loading branch information
sahil-sagwekar2652 committed Jan 4, 2024
1 parent f1fd7fa commit 3d7763a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/cicd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ jobs:
name: Build and push flask_blog
uses: docker/build-push-action@v5
with:
# file: /flask_blog/Dockerfile
context: https://github.com/sahil-sagwekar2652/Personal-blog-website.git#master:flask_blog
push: true
tags: sahil-sagwekar2652/Personal-blog-website:${{ env.RELEASE_VERSION }}
tags: sahil-sagwekar2652/personal-blog-website:${{ env.RELEASE_VERSION }}

0 comments on commit 3d7763a

Please sign in to comment.