Skip to content

Commit

Permalink
ci: Fix feature server docker image release workflow
Browse files Browse the repository at this point in the history
Signed-off-by: Danny Chiao <[email protected]>
  • Loading branch information
adchia committed Sep 8, 2022
1 parent b58a6c5 commit ca00503
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
needs: get-version
strategy:
matrix:
component: [feature-server-python, feature-server-python-aws, feature-server-java, feature-transformation-server]
component: [feature-server, feature-server-python-aws, feature-server-java, feature-transformation-server]
env:
MAVEN_CACHE: gs://feast-templocation-kf-feast/.m2.2020-08-19.tar
REGISTRY: feastdev
Expand Down
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -358,10 +358,10 @@ build-docker: build-feature-server-python-docker build-feature-server-python-aws
push-ci-docker:
docker push $(REGISTRY)/feast-ci:$(VERSION)

push-feature-server-python-docker:
push-feature-server-docker:
docker push $(REGISTRY)/feature-server:$$VERSION

build-feature-server-python-docker:
build-feature-server-docker:
docker buildx build --build-arg VERSION=$$VERSION \
-t $(REGISTRY)/feature-server:$$VERSION \
-f sdk/python/feast/infra/feature_servers/multicloud/Dockerfile --load .
Expand Down

0 comments on commit ca00503

Please sign in to comment.