Commit bf988fed authored by Abdullah Khabir's avatar Abdullah Khabir
Browse files

there was a typo in post action block

parent accc219a
......@@ -36,7 +36,7 @@ pipeline {
// Example: Call your deployment script or steps here
// sh "deploy-script.sh ${lastSuccessfulBuild.getNumber()} --commit ${lastCommitSha}"
sh """
docker buildx build -t khabir7/helloworld:${lastCommitSha}
docker buildx build -t khabir7/helloworld:${lastCommitSha} .
docker run --rm khabir7/helloworld:${lastCommitSha}
"""
} else {
......
Markdown is supported
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