Push Docker Image to Private Repo In Openshift

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

Answers (1)

hiroyukik
hiroyukik

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

Related Questions