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

@@ -83,4 +83,4 @@ ssz_gen_marshal = rule(
outputs = {"out": "generated.ssz.go"},
)
SSZ_DEPS = ["@com_github_prysmaticlabs_fastssz//:go_default_library"]
SSZ_DEPS = ["@com_github_prysmaticlabs_fastssz//:go_default_library"]