fix: shellcheck finding
This commit is contained in:
parent
243e3c6b37
commit
87ba41a88c
|
|
@ -100,6 +100,7 @@ run_step "buildx builder: inspect" -- docker buildx inspect "$builder_name" --bo
|
|||
#################################################
|
||||
image_name=$image_repo:${tags[0]}
|
||||
|
||||
# shellcheck disable=SC2154 # base_layer_cache_key is referenced but not assigned
|
||||
build_opts=(
|
||||
--file "image/Dockerfile"
|
||||
--builder "$builder_name"
|
||||
|
|
|
|||
Loading…
Reference in New Issue