Skip to content

Commit

Permalink
Bazel variables in container_push
Browse files Browse the repository at this point in the history
  • Loading branch information
Ivo Modrinic committed Dec 17, 2020
1 parent 1f0926d commit 698c836
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions eventhub_stream_proxy/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ container_push(
name = "eventhub_stream_proxy_image_push",
format = "Docker",
image = ":eventhub_stream_proxy_image",
registry = "__IMAGE_REGISTRY__",
repository = "__IMAGE_REPOSITORY__",
registry = "$(IMAGE_REGISTRY)",
repository = "$(IMAGE_REPOSITORY)",
tag = "{BUILD_EMBED_LABEL}",
)

0 comments on commit 698c836

Please sign in to comment.