Docker: Add "manual" build tag to reduce build times in CI (#12967)

* Add manual tags to oci images. This reduces build times for build and test in CI.

* Ran buildifier on tools dir
This commit is contained in:
Preston Van Loon
2023-09-28 12:49:26 -05:00
committed by GitHub
parent 02ee6897bb
commit a7361cd5ab
9 changed files with 71 additions and 66 deletions

View File

@@ -5,11 +5,11 @@ load("@io_bazel_rules_go//go:def.bzl", "go_binary", "go_library")
go_library(
name = "go_default_library",
srcs = ["main.go"],
importpath = "github.com/prysmaticlabs/prysm/v4/tools/beacon-fuzz",
visibility = ["//visibility:private"],
deps = [
"//io/file:go_default_library",
],
importpath = "github.com/prysmaticlabs/prysm/v4/tools/beacon-fuzz",
visibility = ["//visibility:private"],
)
go_binary(