fix: shellcheck finding

This commit is contained in:
sebthom 2026-01-08 22:47:24 +01:00
parent 243e3c6b37
commit 87ba41a88c
1 changed files with 1 additions and 0 deletions

View File

@ -100,6 +100,7 @@ run_step "buildx builder: inspect" -- docker buildx inspect "$builder_name" --bo
################################################# #################################################
image_name=$image_repo:${tags[0]} image_name=$image_repo:${tags[0]}
# shellcheck disable=SC2154 # base_layer_cache_key is referenced but not assigned
build_opts=( build_opts=(
--file "image/Dockerfile" --file "image/Dockerfile"
--builder "$builder_name" --builder "$builder_name"