mirror of
https://github.com/openfaas/faas.git
synced 2025-06-09 08:46:48 +00:00
Fix publish-arm.sh using wrong image name for report
Signed-off-by: Radoslav Dimitrov <dimitrovr@vmware.com>
This commit is contained in:
parent
b4a550327d
commit
aa96bfe66c
@ -62,5 +62,6 @@ do
|
|||||||
cd ./staging/$i
|
cd ./staging/$i
|
||||||
export TAG=$(git describe --abbrev=0 --tags)
|
export TAG=$(git describe --abbrev=0 --tags)
|
||||||
echo "$i"
|
echo "$i"
|
||||||
|
REPOSITORY=$(get_repo_name $i)
|
||||||
echo " ${REPOSITORY}:${TAG}-${ARM_VERSION}"
|
echo " ${REPOSITORY}:${TAG}-${ARM_VERSION}"
|
||||||
done
|
done
|
||||||
|
Loading…
x
Reference in New Issue
Block a user