forked from toolshed/abra-bash
		
	Add export to the output also
This commit is contained in:
		| @ -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