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
Feast feature server image (https://hub.docker.com/r/feastdev/feature-server) version 0.35.0 has Feast version 0.35.0.
Feast feature server image version 0.35.0 has feast version 0.34.1 instead of 0.35.0.
docker run -it feastdev/feature-server:0.35.0 /bin/bash root@6a5ee9a1afd0:/# pip freeze | grep feast feast==0.34.1
Probably the issue can be traced back to this build:
https://github.com/feast-dev/feast/actions/runs/7510853468/job/20449826099#step:10:231
Maybe we have to enforce a dependency between artifactory publish and image building in the publish workflow.
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Expected Behavior
Feast feature server image (https://hub.docker.com/r/feastdev/feature-server) version 0.35.0 has Feast version 0.35.0.
Current Behavior
Feast feature server image version 0.35.0 has feast version 0.34.1 instead of 0.35.0.
Steps to reproduce
Specifications
Possible Solution
Probably the issue can be traced back to this build:
https://github.com/feast-dev/feast/actions/runs/7510853468/job/20449826099#step:10:231
Maybe we have to enforce a dependency between artifactory publish and image building in the publish workflow.
The text was updated successfully, but these errors were encountered: