mirror of
https://github.com/OffchainLabs/prysm.git
synced 2026-01-09 15:37:56 -05:00
CI: fix docker image tagging (#12407)
This commit is contained in:
@@ -18,3 +18,7 @@ latest_version_tag=$(./hack/latest_version_tag.sh)
|
|||||||
echo "STABLE_VERSION_TAG $latest_version_tag"
|
echo "STABLE_VERSION_TAG $latest_version_tag"
|
||||||
echo "STABLE_COMMIT_SHA $commit_sha"
|
echo "STABLE_COMMIT_SHA $commit_sha"
|
||||||
echo "STABLE_GIT_TAG $latest_version_tag"
|
echo "STABLE_GIT_TAG $latest_version_tag"
|
||||||
|
|
||||||
|
echo DOCKER_TAG "$(git rev-parse --abbrev-ref HEAD)-$(git rev-parse --short=6 HEAD)"
|
||||||
|
echo DATE "$(date --rfc-3339=seconds --utc)"
|
||||||
|
echo DATE_UNIX "$(date --utc +%s)"
|
||||||
|
|||||||
Reference in New Issue
Block a user