Skip to content

Commit 48a48e3

Browse files
committed
fix: shellcheck finding
1 parent f8dd746 commit 48a48e3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

build-image.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -128,6 +128,7 @@ case $base_image in
128128
*) echo "ERROR: Unsupported base image $base_image"; exit 1 ;;
129129
esac
130130

131+
# shellcheck disable=SC2154 # base_layer_cache_key is referenced but not assigned
131132
build_opts=(
132133
--file "image/$dockerfile"
133134
--builder "$builder_name"

0 commit comments

Comments
 (0)