Merge pull request #53915 from krzyzacy/fix-bazel

Automatic merge from submit-queue (batch tested with PRs 52883, 52183, 53915, 53848). If you want to cherry-pick this change to another branch, please follow the instructions <a href="https://github.com/kubernetes/community/blob/master/contributors/devel/cherry-picks.md">here</a>.

Make kubemark push a manual target

fix `bazel build //...`

/assign @ixdy @mikedanese
This commit is contained in:
Kubernetes Submit Queue 2017-10-13 17:33:33 -07:00 committed by GitHub
commit 3f9d0ac867

View File

@ -16,6 +16,7 @@ docker_push(
repository = "$(PROJECT)/kubemark",
stamp = True,
tag = "latest",
tags = ["manual"],
)
filegroup(