mirror of
https://github.com/openfaas/faas.git
synced 2025-06-23 07:13:23 +00:00
Print versions after building arm images
Signed-off-by: Alex Ellis (VMware) <alexellis2@gmail.com>
This commit is contained in:
@ -53,3 +53,14 @@ do
|
|||||||
echo "Image is already present: ${REPOSITORY}:${TAG}-${ARM_VERSION}"
|
echo "Image is already present: ${REPOSITORY}:${TAG}-${ARM_VERSION}"
|
||||||
fi
|
fi
|
||||||
done
|
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
|
||||||
|
Reference in New Issue
Block a user