Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
Signed-off-by: Arik Hadas <[email protected]>
  • Loading branch information
ahadas committed Jun 20, 2024
1 parent 66a82fd commit 050c1b1
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions operator/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -36,11 +36,11 @@ container_run_and_commit_layer(

container_image(
name = "forklift-operator-image",
#base = ":forklift-operator-base-image",
base = "@ansible-operator//image",
#layers = [
# ":forklift-operator-image-layer-run",
# ],
base = ":forklift-operator-base-image",
#base = "@ansible-operator//image",
layers = [
":forklift-operator-image-layer-run",
],
visibility = ["//visibility:public"],
)

Expand Down

0 comments on commit 050c1b1

Please sign in to comment.