mirror of
https://github.com/vegardit/docker-openldap.git
synced 2026-02-22 21:43:12 +01:00
fix: shellcheck finding
This commit is contained in:
parent
99bc99540f
commit
0d3ac84894
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in a new issue