Unverified Commit 046cd6dc authored by Abhishek Mishra's avatar Abhishek Mishra Committed by GitHub
Browse files

Merge pull request #59 from tushar5526/patch-2

Update Jenkinsfile
No related merge requests found
Showing with 1 addition and 1 deletion
+1 -1
......@@ -21,7 +21,7 @@ node() {
'''
if (env.BRANCH_NAME == 'main' || env.BRANCH_NAME == 'master') {
sh '''
docker build -f build/Dockerfile -t $docker_server/$docker_repo:$commit_id .
docker build -f build/Dockerfile -t $docker_server/$docker_repo:latest .
'''
}
}
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment