-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Closed
Labels
Description
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
docker run -it feastdev/feature-server:0.35.0 /bin/bash
root@6a5ee9a1afd0:/# pip freeze | grep feast
feast==0.34.1
Specifications
- Version: 0.35.0
- Platform: python image
- Subsystem: feature-server
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.