From 40d40363189166657be436714688d29aa0131d1e Mon Sep 17 00:00:00 2001 From: Pras Velagapudi Date: Sat, 8 Jan 2022 19:51:54 -0500 Subject: [PATCH] Add missing run_tag directive. (#1995) --- container/layer_tools.bzl | 1 + 1 file changed, 1 insertion(+) diff --git a/container/layer_tools.bzl b/container/layer_tools.bzl index dcd093e87..10cc2dbc2 100644 --- a/container/layer_tools.bzl +++ b/container/layer_tools.bzl @@ -282,6 +282,7 @@ def incremental_load( "%{docker_tool_path}": docker_path(toolchain_info), "%{load_statements}": "\n".join(load_statements), "%{run_statement}": run_statement, + "%{run_tag}": run_tag, "%{run}": str(run), # If this rule involves stamp variables than load them as bash # variables, and turn references to them into bash variable