mirror of
https://github.com/vegardit/docker-openldap.git
synced 2026-04-10 19:19:26 +02: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]}
|
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"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue