blob: 2781a5948df8818c32942a4e575abb0ddd9028e3 [file] [log] [blame]
Sergiusz Bazanski356ea8b2019-07-21 23:56:43 +02001load("@io_bazel_rules_docker//container:container.bzl", "container_push")
2
3container_push(
4 name = "push",
5 image = "@com_github_buchgr_bazel_remote//:bazel-remote-image",
6 format = "Docker",
7 registry = "registry.k0.hswaw.net",
8 repository = "devtools/bazel-cache",
9 tag = "latest",
10)