Skip to content

Commit

Permalink
feat: added feature
Browse files Browse the repository at this point in the history
  • Loading branch information
sanjeev committed Sep 10, 2024
1 parent 7acdffe commit 8bf7af6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Jenkinsfile-Release
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ pipeline {
}
stage('Build') {
steps {
sh 'docker build -t ${IMAGE_TAG_COMMIT} -t ${IMAGE_TAG_RELEASE} .'
sh 'docker build -t ${IMAGE_TAG} -t ${IMAGE_TAG_RELEASE} .'
echo "Docker image build successfully"
sh 'docker image ls'
}
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "flask-app"
version = "2.4.0"
version = "4.8.0"
description = ""
authors = ["sanjeev <[email protected]>"]
readme = "README.md"
Expand Down

0 comments on commit 8bf7af6

Please sign in to comment.