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 <danny@tecton.ai>
  • Loading branch information
adchia committed Sep 8, 2022
1 parent b1b1568 commit 11a0e1a
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
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
Expand Up @@ -361,10 +361,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 11a0e1a

Please sign in to comment.