Navigate to app directory and perform a roundtrip push/pull of the app to/from a registry (here using ttl.sh):
export IMAGE_NAME=$(uuidgen | tr '[:upper:]' '[:lower:]')
spin registry push ttl.sh/${IMAGE_NAME}:1h
spin registry pull ttl.sh/${IMAGE_NAME}:1h