-
Notifications
You must be signed in to change notification settings - Fork 19
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
commit-image-ref does not respect target-imagerepo #92
Comments
Hmmm, so But wasn't the the goal of the exercise to actually push to Quay and record in the PR the image that was built in |
@piotrpdev @grdryn I try to investigate the intended behaviour here, and I got to a more general question -- why are the If it was the same Pipeline, we could just use the (One might also add, the build pipeline |
Another problem is that currently the GitOps pipeline merely copies a static SHA-256 from |
Ah, so merging those two pipelines was already proposed in #68 (comment). |
Similar or same as #125 -- working on it now. |
When checking what
commit-image-ref
of Deploy the GitOps pipeline created inpipeline_<UUID>
branch in my Git repository, I seeSince the
skopeo-copy
task from the previous step copied the image to my Quay namespace configured bytarget-imagerepo
, I would expect thiscommit-image-ref
to apply that same value tonewName
. The imagesha256:19e7312d8cbfcbf21dcab083f9ef99af2f807f156b1216a423267010b7fdd7c0
does not exist inquay.io/rhoai-edge/tensorflow-housing
if it was pushed to a different namespace.The text was updated successfully, but these errors were encountered: