Commit 3f9d0ac8 authored by Kubernetes Submit Queue's avatar Kubernetes Submit Queue Committed by GitHub

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
parents 1c17d985 c2bad6e9
...@@ -16,6 +16,7 @@ docker_push( ...@@ -16,6 +16,7 @@ docker_push(
repository = "$(PROJECT)/kubemark", repository = "$(PROJECT)/kubemark",
stamp = True, stamp = True,
tag = "latest", tag = "latest",
tags = ["manual"],
) )
filegroup( filegroup(
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment