Skip to content

Commit

Permalink
Update Jenkinsfile
Browse files Browse the repository at this point in the history
  • Loading branch information
pye99 committed Jun 26, 2022
1 parent 0fa1292 commit 65b0116
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ spec:
stage('image build and push') {
steps {
container('kaniko') {
sh 'sleep 9999; /kaniko/executor -f `pwd`/Dockerfile -c `pwd`/src --cache=true \
sh '/kaniko/executor -f `pwd`/Dockerfile -c `pwd`/src --cache=true \
--destination=cloudnative.azurecr.io/httpserver:${DATED_GIT_HASH} \
--insecure \
--skip-tls-verify \
Expand Down

0 comments on commit 65b0116

Please sign in to comment.