1
0
Fork 0
hscloud/devtools/bazel-cache/BUILD.bazel

11 lines
304 B
Python

load("@io_bazel_rules_docker//container:container.bzl", "container_push")
container_push(
name = "push",
image = "@com_github_buchgr_bazel_remote//:bazel-remote-image",
format = "Docker",
registry = "registry.k0.hswaw.net",
repository = "devtools/bazel-cache",
tag = "latest",
)