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

@@ -137,4 +137,5 @@ prysm_image_upload(
# Backwards compatiability for images that depended on the old filepath.
"/app/cmd/beacon-chain/beacon-chain": "/beacon-chain",
},
tags = ["manual"],
)