Skip to content

Commit

Permalink
Add missing run_tag directive. (#1995)
Browse files Browse the repository at this point in the history
  • Loading branch information
psigen authored Jan 9, 2022
1 parent 2e18897 commit 40d4036
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions container/layer_tools.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 40d4036

Please sign in to comment.