fix: shellcheck finding
Some checks failed
Build / build (push) Has been cancelled
Build / delete-untagged-images (push) Has been cancelled

This commit is contained in:
sebthom 2026-01-08 22:44:07 +01:00
parent 99bc99540f
commit 0d3ac84894

View file

@ -84,6 +84,7 @@ trap 'docker buildx rm --force "$builder_name"' EXIT
#################################################
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"