Skip to content

Commit

Permalink
Update providers.bzl (bazelbuild#2077)
Browse files Browse the repository at this point in the history
From Bazel 5 onwards, the keywords  "stamp, stamp, stamp, stamp_inputs, and tag" became obsolete. Removing them.
  • Loading branch information
uajith committed May 5, 2022
1 parent 3f2c759 commit 0768e1b
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions container/providers.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,6 @@ LayerInfo = provider(fields = [
PushInfo = provider(fields = [
"registry",
"repository",
"tag",
"stamp_inputs",
"digest",
])

Expand Down
2 changes: 0 additions & 2 deletions container/push.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -134,8 +134,6 @@ def _impl(ctx):
PushInfo(
registry = registry,
repository = repository,
tag = tag,
stamp_inputs = stamp_inputs,
digest = ctx.outputs.digest,
),
]
Expand Down

0 comments on commit 0768e1b

Please sign in to comment.