Reputation: 3
I am trying to push the docker image to the private jfrog repo.But it is pushing openshift repo by S2i.
apiVersion: v1 items:
Upvotes: 0
Views: 138
Reputation: 806
Try to put spec.output
in your BuildConfig*1 instead of imagestream.
*1: https://docs.openshift.com/container-platform/4.11/cicd/builds/managing-build-output.html
Upvotes: 0