mirror of
https://gitlab.com/pulsechaincom/prysm-pulse.git
synced 2024-12-22 03:30:35 +00:00
Fix docker image version strings in CI (#13356)
This commit is contained in:
parent
db096488b0
commit
d70f477b1e
@ -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)"
|
||||
|
@ -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,
|
||||
)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user