Skip to content

Commit 28d91b6

Browse files
chore: Fixing manual publish image workflow
Signed-off-by: Francisco Javier Arceo <[email protected]>
1 parent 41de0c3 commit 28d91b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish_images.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ jobs:
8585
8686
build-publish-docker-images:
8787
runs-on: ubuntu-latest
88-
needs: [get-version, publish-python-sdk]
88+
needs: [get-version]
8989
strategy:
9090
matrix:
9191
component: [feature-server, feature-server-java, feature-transformation-server, feast-helm-operator, feast-operator]

0 commit comments

Comments
 (0)