Skip to content

Commit

Permalink
Update build_forklift_bazel.sh
Browse files Browse the repository at this point in the history
Signed-off-by: Benny Zlotnik <[email protected]>
  • Loading branch information
bennyz committed Feb 21, 2024
1 parent 313e20f commit 395c2e2
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion build_forklift_bazel.sh
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,9 @@ bazel run push-populator-controller
bazel run push-forklift-api
bazel run push-forklift-controller
bazel run push-forklift-validation
bazel run push-forklift-operator

# forklift-operator is not built with bazel
make push-operator-image

ACTION_ENV="--action_env CONTROLLER_IMAGE=${REGISTRY}/forklift-controller:${REGISTRY_TAG} \
--action_env VALIDATION_IMAGE=${REGISTRY}/forklift-validation:${REGISTRY_TAG} \
Expand Down

0 comments on commit 395c2e2

Please sign in to comment.