Skip to content
Snippets Groups Projects
Commit 24e6e733 authored by Alex Ellis (VMware)'s avatar Alex Ellis (VMware)
Browse files

Print versions after building arm images

parent 0f5ca96b
No related branches found
No related tags found
No related merge requests found
......@@ -53,3 +53,14 @@ do
echo "Image is already present: ${REPOSITORY}:${TAG}-${ARM_VERSION}"
fi
done
echo "Docker images"
for i in "${repos[@]}"
do
cd $HERE
cd ./staging/$i
export TAG=$(git describe --abbrev=0 --tags)
echo "$i"
echo " ${REPOSITORY}:${TAG}-${ARM_VERSION}"
done
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment