Fix docker image version strings in CI (#13356)

This commit is contained in:
Preston Van Loon
2023-12-15 13:15:51 -06:00
committed by GitHub
parent db096488b0
commit d70f477b1e
2 changed files with 4 additions and 0 deletions

View File

@@ -26,6 +26,9 @@ def prysm_image_upload(
"//tools:bash_tar",
":binary_tar",
],
labels = {
"org.opencontainers.image.source": "https://github.com/prysmaticlabs/prysm",
},
tags = tags,
)