Skip to content

Commit

Permalink
remove push operator action
Browse files Browse the repository at this point in the history
Signed-off-by: Benny Zlotnik <[email protected]>
  • Loading branch information
bennyz committed Feb 21, 2024
1 parent be6ea0e commit 5c5abbc
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -112,15 +112,6 @@ container_push(
tag = "$${REGISTRY_TAG:-devel}",
)

container_push(
name = "push-forklift-operator",
format = "Docker",
image = "//operator:forklift-operator-image",
registry = "$${REGISTRY:-quay.io}",
repository = "$${REGISTRY_ORG:-}$${REGISTRY_ORG:+/}forklift-operator",
tag = "$${REGISTRY_TAG:-devel}",
)

container_push(
name = "push-forklift-validation",
format = "Docker",
Expand Down

0 comments on commit 5c5abbc

Please sign in to comment.