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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 0 deletions

View File

@ -17,6 +17,7 @@ echo "GIT_TREE_STATUS $git_tree_status"
latest_version_tag=$(./hack/latest_version_tag.sh)
echo "STABLE_VERSION_TAG $latest_version_tag"
echo "STABLE_COMMIT_SHA $commit_sha"
echo "STABLE_GIT_COMMIT $commit_sha"
echo "STABLE_GIT_TAG $latest_version_tag"
echo DOCKER_TAG "$(git rev-parse --abbrev-ref HEAD)-$(git rev-parse --short=6 HEAD)"

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,
)