Skip to content

Commit

Permalink
fix readonly variable error in docker.sh
Browse files Browse the repository at this point in the history
Signed-off-by: yingjinhui <[email protected]>
  • Loading branch information
ikaven1024 committed May 11, 2022
1 parent c2dfc3a commit 285fb81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hack/docker.sh
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ REGISTRY=${REGISTRY:-"swr.ap-southeast-1.myhuaweicloud.com/karmada"}
VERSION=${VERSION:="unknown"}

function build_images() {
local -ra target=$1
local -r target=$1
local -r output_type=${OUTPUT_TYPE:-docker}
local platforms="${BUILD_PLATFORMS:-"$(util:host_platform)"}"

Expand Down

0 comments on commit 285fb81

Please sign in to comment.