Skip to content
This repository has been archived by the owner on Feb 9, 2022. It is now read-only.

Commit

Permalink
ci: fix docker push repo name
Browse files Browse the repository at this point in the history
(cherry picked from commit 69a7d9d)
  • Loading branch information
Sameer Naik committed Mar 16, 2019
1 parent 9fd36e7 commit f2b6130
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 @@ -499,7 +499,7 @@ spec:
container(name: 'kaniko', shell: '/busybox/sh') {
withEnv(['PATH+KANIKO=/busybox:/kaniko']) {
sh """#!/busybox/sh
/kaniko/executor --dockerfile `pwd`/Dockerfile --build-arg BKPR_VERSION=${TAG_NAME} --context `pwd` --destination experimental/kubeprod:${TAG_NAME}
/kaniko/executor --dockerfile `pwd`/Dockerfile --build-arg BKPR_VERSION=${TAG_NAME} --context `pwd` --destination kubeprod/kubeprod:${TAG_NAME}
"""
}
}
Expand Down

0 comments on commit f2b6130

Please sign in to comment.