bazel: remove deprecated stamp attribute from container building

Attribute is now automatically inferred.
This commit is contained in:
Justin SB 2019-10-13 23:15:15 -04:00
parent 1208c5ca9f
commit b8f78e64d0
No known key found for this signature in database
GPG Key ID: 8DEC5C8217494E37
1 changed files with 0 additions and 1 deletions

View File

@ -64,7 +64,6 @@ container_bundle(
images = {
"protokube:{STABLE_PROTOKUBE_TAG}": "protokube-image",
},
stamp = True,
)
load("//tools:gzip.bzl", "gzip")