We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b509b8d commit 5ba6436Copy full SHA for 5ba6436
1 file changed
hooks/command
@@ -15,8 +15,10 @@ args=(
15
"--env" "PLUGIN_ID=$BUILDKITE_PLUGIN_PLUGIN_LINTER_ID"
16
)
17
18
+TAG=${BUILDKITE_PLUGIN_PLUGIN_LINTER_IMAGE_VERSION:-v2.0.1}
19
+
20
if [[ -n "${BUILDKITE_PLUGIN_PLUGIN_LINTER_README:-}" ]] ; then
21
args+=("--env" "PLUGIN_README=$BUILDKITE_PLUGIN_PLUGIN_LINTER_README")
22
fi
23
-docker run "${args[@]}" buildkite/plugin-linter
24
+docker run "${args[@]}" buildkite/plugin-linter:"${TAG}"
0 commit comments