Add export to the output also
This commit is contained in:
parent
0e1b6c858b
commit
0814fa9146
@ -22,5 +22,5 @@ fi
|
||||
version=$(echo "$IMAGE" | cut -d ':' -f2)
|
||||
digest=$(docker image inspect -f "{{.Id}}" "$IMAGE" | cut -d ':' -f2- | cut -c 1-8)
|
||||
|
||||
echo "ABRA_TYPE_${SERVICE^^}_VERSION=${version}"
|
||||
echo "ABRA_TYPE_${SERVICE^^}_DIGEST=${digest}"
|
||||
echo "export ABRA_TYPE_${SERVICE^^}_VERSION=${version}"
|
||||
echo "export ABRA_TYPE_${SERVICE^^}_DIGEST=${digest}"
|
||||
|
Reference in New Issue
Block a user