Merge pull request #8835 from rifelpet/image-stamp

Enable stamping on bazel image builds
This commit is contained in:
Kubernetes Prow Robot 2020-04-02 20:57:45 -07:00 committed by GitHub
commit ec42233d5d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 0 deletions

View File

@ -46,6 +46,7 @@ container_image(
files = [
"//cmd/kops-controller",
],
stamp = True,
)
container_push(

View File

@ -52,6 +52,7 @@ container_image(
files = [
"dns-controller",
],
stamp = True,
)
container_push(

View File

@ -87,4 +87,5 @@ container_image(
files = [
"//cmd/kops-controller",
],
stamp = True,
)