We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f8dd746 commit 48a48e3Copy full SHA for 48a48e3
build-image.sh
@@ -128,6 +128,7 @@ case $base_image in
128
*) echo "ERROR: Unsupported base image $base_image"; exit 1 ;;
129
esac
130
131
+# shellcheck disable=SC2154 # base_layer_cache_key is referenced but not assigned
132
build_opts=(
133
--file "image/$dockerfile"
134
--builder "$builder_name"
0 commit comments