We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
KFP workflows
KFP docker image is pushed with 0.2.3 tag where the latest tag is used for building the image which results in an error while publishing the image.
0.2.3
latest
This can be seen in here: https://github.com/IBM/data-prep-kit/actions/runs/12742690556/job/35519698253
Run: make image --dry-run && make publish --dry-run under kfp/kfp_ray_components directory
make image --dry-run && make publish --dry-run
No response
Ubuntu
3.11.x
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Search before asking
Component
KFP workflows
What happened + What you expected to happen
KFP docker image is pushed with
0.2.3
tag where thelatest
tag is used for building the image which results in an error while publishing the image.This can be seen in here:
https://github.com/IBM/data-prep-kit/actions/runs/12742690556/job/35519698253
Reproduction script
Run:
make image --dry-run && make publish --dry-run
under kfp/kfp_ray_components directoryAnything else
No response
OS
Ubuntu
Python
3.11.x
Are you willing to submit a PR?
The text was updated successfully, but these errors were encountered: