Skip to content

Commit

Permalink
disable pushing images by default odov3_build_and_deploy.sh
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Valdron <[email protected]>
  • Loading branch information
michael-valdron committed Dec 8, 2023
1 parent c947f0d commit 8313ada
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .ci/odov3_build_and_deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,9 @@ set -x
# Disable telemtry for odo
export ODO_DISABLE_TELEMETRY=true

# Disable image pushing for odo by default
export ODO_PUSH_IMAGES=${ODO_PUSH_IMAGES:-'false'}

# Split the registry image and image tag from the REGISTRY_IMAGE env variable
IMG="$(echo $REGISTRY_IMAGE | cut -d':' -f1)"
TAG="$(echo $REGISTRY_IMAGE | cut -d':' -f2)"
Expand Down

0 comments on commit 8313ada

Please sign in to comment.