Skip to content

Commit

Permalink
add missing character in hack/release_images.sh
Browse files Browse the repository at this point in the history
Signed-off-by: Arik Hadas <ahadas@redhat.com>
  • Loading branch information
ahadas committed Jul 13, 2023
1 parent 25457a4 commit 2df170b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hack/release-images.sh
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ bazel run push-forklift-operator-bundle \
--action_env VIRT_V2V_WARM_IMAGE=${VIRT_V2V_WARM_IMAGE} \
--action_env CONTROLLER_IMAGE=${CONTROLLER_IMAGE} \
--action_env API_IMAGE=${API_IMAGE} \
--action_env POPULATOR_CONTROLLER_IMAGE=${POPULATOR_CONTROLLER_IMAGE}
--action_env POPULATOR_CONTROLLER_IMAGE=${POPULATOR_CONTROLLER_IMAGE} \
--action_env OVA_PROVIDER_SERVER=${OVA_PROVIDER_SERVER=} \
bazel run push-forklift-operator-index \
--action_env REGISTRY=${REGISTRY} \
Expand Down

0 comments on commit 2df170b

Please sign in to comment.