diff --git a/hack/workspace_status_ci.sh b/hack/workspace_status_ci.sh index 14d1acc7e..4fb9064bf 100755 --- a/hack/workspace_status_ci.sh +++ b/hack/workspace_status_ci.sh @@ -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)" diff --git a/tools/prysm_image.bzl b/tools/prysm_image.bzl index f0ab179c5..e53611240 100644 --- a/tools/prysm_image.bzl +++ b/tools/prysm_image.bzl @@ -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, )